Color Hex Logo

#5fcbcb Color Hex

#5FCBCB
(95,203,203)
0 Favorites   0 Comments

Color spaces of #5fcbcb

RGB 95203203
HSL0.500.510.58
HSV180°53°80°
CMYK 0.530.000.00   0.20
XYZ36.854749.456664.1035
Yxy49.45660.24500.3288
Hunter Lab70.3254-29.5248-4.8167
CIE-Lab75.7345-30.8033-9.4614

#5fcbcb color RGB value is (95,203,203).

#5fcbcb hex color red value is 95, green value is 203 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5fcbcb hue: 0.50 , saturation: 0.51 and the lightness value of 5fcbcb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001011 11001011
Octal 137 313 313
Decimal 95 203 203
Hex 5F CB CB

RGB Percentages of Color #5fcbcb

%18.96
%40.52
%40.52

CMYK Percentages of Color #5fcbcb

%53
%0
%0
%20

Triadic Colors of #5fcbcb

#5fcbcb #cb5fcb #cbcb5f

Analogous Colors of #5fcbcb

#5fcbcb #5f95cb #5fcb95

Monochromatic Colors of #5fcbcb

#5fcbcb

Complementary Color

#5fcbcb #cb5f5f

#5fcbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcbcb Color CSS Codes

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

#5fcbcb Text Font Color

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

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


#5fcbcb Background Color

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

This div background color is #5fcbcb


#5fcbcb Border Color

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

This div border color is #5fcbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcbcb


Comments

No comments written yet.

Please login to write comment.