Color Hex Logo

#55fcfd Color Hex

#55FCFD
(85,252,253)
0 Favorites   0 Comments

Color spaces of #55fcfd

RGB 85252253
HSL0.500.980.66
HSV180°66°99°
CMYK 0.660.000.00   0.01
XYZ56.286378.6440105.1417
Yxy78.64400.23450.3276
Hunter Lab88.6815-41.8982-8.2179
CIE-Lab91.0730-41.6418-13.0740

#55fcfd color RGB value is (85,252,253).

#55fcfd hex color red value is 85, green value is 252 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #55fcfd hue: 0.50 , saturation: 0.98 and the lightness value of 55fcfd is 0.66.

The process color (four color CMYK) of #55fcfd color hex is 0.66, 0.00, 0.00, 0.01. Web safe color of #55fcfd is #66ffff. Color #55fcfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111100 11111101
Octal 125 374 375
Decimal 85 252 253
Hex 55 FC FD

RGB Percentages of Color #55fcfd

%14.41
%42.71
%42.88

CMYK Percentages of Color #55fcfd

%66
%0
%0
%1

Triadic Colors of #55fcfd

#55fcfd #fd55fc #fcfd55

Analogous Colors of #55fcfd

#55fcfd #55a8fd #55fdaa

Monochromatic Colors of #55fcfd

#55fcfd

Complementary Color

#55fcfd #fd5655

#55fcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55fcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#55fcfd Color CSS Codes

.mybgcolor {background-color:#55fcfd; } 
.myforecolor {color:#55fcfd; }
.mybordercolor {border:3px solid #55fcfd; }

#55fcfd Text Font Color

<p style="color:#55fcfd">Text here</p>

This sample text font color is #55fcfd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#55fcfd Background Color

<div style="background-color:#55fcfd">
Div content here</div>

This div background color is #55fcfd


#55fcfd Border Color

<div style="border:3px solid #55fcfd">
Div here</div>

This div border color is #55fcfd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,252,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55fcfd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55fcfd;
  -webkit-box-shadow: 1px 1px 3px 2px #55fcfd;
  box-shadow:         1px 1px 3px 2px #55fcfd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,252,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #55fcfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #55fcfd;
  -webkit-box-shadow: 1px 1px 3px 2px #55fcfd;
  box-shadow:         1px 1px 3px 2px #55fcfd;">
Div content here</div>

This div box has shadow with color #55fcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.