Color Hex Logo

#5dcfbd Color Hex

#5DCFBD
(93,207,189)
0 Favorites   0 Comments

Color spaces of #5dcfbd

RGB 93207189
HSL0.470.540.59
HSV171°55°81°
CMYK 0.550.000.09   0.19
XYZ36.012350.626956.0180
Yxy50.62690.25240.3549
Hunter Lab71.1526-34.17323.1281
CIE-Lab76.4525-36.6973-0.8570

#5dcfbd color RGB value is (93,207,189).

#5dcfbd hex color red value is 93, green value is 207 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5dcfbd hue: 0.47 , saturation: 0.54 and the lightness value of 5dcfbd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001111 10111101
Octal 135 317 275
Decimal 93 207 189
Hex 5D CF BD

RGB Percentages of Color #5dcfbd

%19.02
%42.33
%38.65

CMYK Percentages of Color #5dcfbd

%55
%0
%9
%19

Triadic Colors of #5dcfbd

#5dcfbd #bd5dcf #cfbd5d

Analogous Colors of #5dcfbd

#5dcfbd #5da8cf #5dcf84

Monochromatic Colors of #5dcfbd

#5dcfbd

Complementary Color

#5dcfbd #cf5d6f

#5dcfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcfbd Color CSS Codes

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

#5dcfbd Text Font Color

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

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


#5dcfbd Background Color

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

This div background color is #5dcfbd


#5dcfbd Border Color

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

This div border color is #5dcfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcfbd


Comments

No comments written yet.

Please login to write comment.