Color Hex Logo

#55cfbe Color Hex

#55CFBE
(85,207,190)
0 Favorites   0 Comments

Color spaces of #55cfbe

RGB 85207190
HSL0.480.560.57
HSV172°59°81°
CMYK 0.590.000.08   0.19
XYZ35.353450.274656.5559
Yxy50.27460.24860.3536
Hunter Lab70.9046-35.08202.3415
CIE-Lab76.2375-37.9910-1.7389

#55cfbe color RGB value is (85,207,190).

#55cfbe hex color red value is 85, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #55cfbe hue: 0.48 , saturation: 0.56 and the lightness value of 55cfbe is 0.57.

The process color (four color CMYK) of #55cfbe color hex is 0.59, 0.00, 0.08, 0.19. Web safe color of #55cfbe is #66cccc. Color #55cfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11001111 10111110
Octal 125 317 276
Decimal 85 207 190
Hex 55 CF BE

RGB Percentages of Color #55cfbe

%17.63
%42.95
%39.42

CMYK Percentages of Color #55cfbe

%59
%0
%8
%19

Triadic Colors of #55cfbe

#55cfbe #be55cf #cfbe55

Analogous Colors of #55cfbe

#55cfbe #55a3cf #55cf81

Monochromatic Colors of #55cfbe

#55cfbe

Complementary Color

#55cfbe #cf5566

#55cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#55cfbe Color CSS Codes

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

#55cfbe Text Font Color

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

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


#55cfbe Background Color

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

This div background color is #55cfbe


#55cfbe Border Color

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

This div border color is #55cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55cfbe


Comments

No comments written yet.

Please login to write comment.