Color Hex Logo

#5dcfbb Color Hex

#5DCFBB
(93,207,187)
0 Favorites   0 Comments

Color spaces of #5dcfbb

RGB 93207187
HSL0.470.540.59
HSV169°55°81°
CMYK 0.550.000.10   0.19
XYZ35.796750.540754.8824
Yxy50.54070.25350.3579
Hunter Lab71.0920-34.53153.9930
CIE-Lab76.4000-37.19450.1428

#5dcfbb color RGB value is (93,207,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001111 10111011
Octal 135 317 273
Decimal 93 207 187
Hex 5D CF BB

RGB Percentages of Color #5dcfbb

%19.10
%42.51
%38.40

CMYK Percentages of Color #5dcfbb

%55
%0
%10
%19

Triadic Colors of #5dcfbb

#5dcfbb #bb5dcf #cfbb5d

Analogous Colors of #5dcfbb

#5dcfbb #5daacf #5dcf82

Monochromatic Colors of #5dcfbb

#5dcfbb

Complementary Color

#5dcfbb #cf5d71

#5dcfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcfbb Color CSS Codes

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

#5dcfbb Text Font Color

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

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


#5dcfbb Background Color

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

This div background color is #5dcfbb


#5dcfbb Border Color

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

This div border color is #5dcfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcfbb


Comments

No comments written yet.

Please login to write comment.