Color Hex Logo

#5fccbe Color Hex

#5FCCBE
(95,204,190)
0 Favorites   0 Comments

Color spaces of #5fccbe

RGB 95204190
HSL0.480.520.59
HSV172°53°80°
CMYK 0.530.000.07   0.20
XYZ35.606449.336356.3614
Yxy49.33630.25200.3491
Hunter Lab70.2398-32.43331.5927
CIE-Lab75.6601-34.6463-2.5500

#5fccbe color RGB value is (95,204,190).

#5fccbe hex color red value is 95, green value is 204 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5fccbe hue: 0.48 , saturation: 0.52 and the lightness value of 5fccbe is 0.59.

The process color (four color CMYK) of #5fccbe color hex is 0.53, 0.00, 0.07, 0.20. Web safe color of #5fccbe is #66cccc. Color #5fccbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 10111110
Octal 137 314 276
Decimal 95 204 190
Hex 5F CC BE

RGB Percentages of Color #5fccbe

%19.43
%41.72
%38.85

CMYK Percentages of Color #5fccbe

%53
%0
%7
%20

Triadic Colors of #5fccbe

#5fccbe #be5fcc #ccbe5f

Analogous Colors of #5fccbe

#5fccbe #5fa4cc #5fcc88

Monochromatic Colors of #5fccbe

#5fccbe

Complementary Color

#5fccbe #cc5f6d

#5fccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fccbe Color CSS Codes

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

#5fccbe Text Font Color

<p style="color:#5fccbe">Text here</p>

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


#5fccbe Background Color

<div style="background-color:#5fccbe">
Div content here</div>

This div background color is #5fccbe


#5fccbe Border Color

<div style="border:3px solid #5fccbe">
Div here</div>

This div border color is #5fccbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,204,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fccbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fccbe;
  -webkit-box-shadow: 1px 1px 3px 2px #5fccbe;
  box-shadow:         1px 1px 3px 2px #5fccbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,204,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 #5fccbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fccbe


Comments

No comments written yet.

Please login to write comment.