Color Hex Logo

#5fdfcb Color Hex

#5FDFCB
(95,223,203)
0 Favorites   0 Comments

Color spaces of #5fdfcb

RGB 95223203
HSL0.470.670.62
HSV171°57°87°
CMYK 0.570.000.09   0.13
XYZ41.886559.520065.7808
Yxy59.52000.25050.3560
Hunter Lab77.1492-38.09843.4512
CIE-Lab81.5766-40.0941-0.8383

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

#5fdfcb hex color red value is 95, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #5fdfcb hue: 0.47 , saturation: 0.67 and the lightness value of 5fdfcb is 0.62.

The process color (four color CMYK) of #5fdfcb color hex is 0.57, 0.00, 0.09, 0.13. Web safe color of #5fdfcb is #66cccc. Color #5fdfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011111 11001011
Octal 137 337 313
Decimal 95 223 203
Hex 5F DF CB

RGB Percentages of Color #5fdfcb

%18.23
%42.80
%38.96

CMYK Percentages of Color #5fdfcb

%57
%0
%9
%13

Triadic Colors of #5fdfcb

#5fdfcb #cb5fdf #dfcb5f

Analogous Colors of #5fdfcb

#5fdfcb #5fb3df #5fdf8b

Monochromatic Colors of #5fdfcb

#5fdfcb

Complementary Color

#5fdfcb #df5f73

#5fdfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdfcb Color CSS Codes

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

#5fdfcb Text Font Color

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

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


#5fdfcb Background Color

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

This div background color is #5fdfcb


#5fdfcb Border Color

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

This div border color is #5fdfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdfcb


Comments

No comments written yet.

Please login to write comment.