Color Hex Logo

#55f0cd Color Hex

#55F0CD
(85,240,205)
0 Favorites   0 Comments

Color spaces of #55f0cd

RGB 85240205
HSL0.460.840.64
HSV166°65°94°
CMYK 0.650.000.15   0.06
XYZ45.925868.659268.5896
Yxy68.65920.25070.3748
Hunter Lab82.8608-46.07258.9242
CIE-Lab86.3350-48.74704.9929

#55f0cd color RGB value is (85,240,205).

#55f0cd hex color red value is 85, green value is 240 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #55f0cd hue: 0.46 , saturation: 0.84 and the lightness value of 55f0cd is 0.64.

The process color (four color CMYK) of #55f0cd color hex is 0.65, 0.00, 0.15, 0.06. Web safe color of #55f0cd is #66ffcc. Color #55f0cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11110000 11001101
Octal 125 360 315
Decimal 85 240 205
Hex 55 F0 CD

RGB Percentages of Color #55f0cd

%16.04
%45.28
%38.68

CMYK Percentages of Color #55f0cd

%65
%0
%15
%6

Triadic Colors of #55f0cd

#55f0cd #cd55f0 #f0cd55

Analogous Colors of #55f0cd

#55f0cd #55c6f0 #55f080

Monochromatic Colors of #55f0cd

#55f0cd

Complementary Color

#55f0cd #f05578

#55f0cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55f0cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#55f0cd Color CSS Codes

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

#55f0cd Text Font Color

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

This sample text font color is #55f0cd
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.


#55f0cd Background Color

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

This div background color is #55f0cd


#55f0cd Border Color

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

This div border color is #55f0cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55f0cd


Comments

No comments written yet.

Please login to write comment.