Color Hex Logo

#5fcbbd Color Hex

#5FCBBD
(95,203,189)
0 Favorites   0 Comments

Color spaces of #5fcbbd

RGB 95203189
HSL0.480.510.58
HSV172°53°80°
CMYK 0.530.000.07   0.20
XYZ35.260648.818955.7087
Yxy48.81890.25220.3492
Hunter Lab69.8705-32.19231.6367
CIE-Lab75.3385-34.4310-2.4821

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001011 10111101
Octal 137 313 275
Decimal 95 203 189
Hex 5F CB BD

RGB Percentages of Color #5fcbbd

%19.51
%41.68
%38.81

CMYK Percentages of Color #5fcbbd

%53
%0
%7
%20

Triadic Colors of #5fcbbd

#5fcbbd #bd5fcb #cbbd5f

Analogous Colors of #5fcbbd

#5fcbbd #5fa3cb #5fcb87

Monochromatic Colors of #5fcbbd

#5fcbbd

Complementary Color

#5fcbbd #cb5f6d

#5fcbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcbbd Color CSS Codes

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

#5fcbbd Text Font Color

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

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


#5fcbbd Background Color

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

This div background color is #5fcbbd


#5fcbbd Border Color

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

This div border color is #5fcbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcbbd


Comments

No comments written yet.

Please login to write comment.