Color Hex Logo

#5dcfdd Color Hex

#5DCFDD
(93,207,221)
0 Favorites   0 Comments

Color spaces of #5dcfdd

RGB 93207221
HSL0.520.650.62
HSV187°58°87°
CMYK 0.580.060.00   0.13
XYZ39.878252.173376.3753
Yxy52.17330.23680.3098
Hunter Lab72.2311-27.8560-12.1300
CIE-Lab77.3843-28.2050-16.6953

#5dcfdd color RGB value is (93,207,221).

#5dcfdd hex color red value is 93, green value is 207 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #5dcfdd hue: 0.52 , saturation: 0.65 and the lightness value of 5dcfdd is 0.62.

The process color (four color CMYK) of #5dcfdd color hex is 0.58, 0.06, 0.00, 0.13. Web safe color of #5dcfdd is #66cccc. Color #5dcfdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001111 11011101
Octal 135 317 335
Decimal 93 207 221
Hex 5D CF DD

RGB Percentages of Color #5dcfdd

%17.85
%39.73
%42.42

CMYK Percentages of Color #5dcfdd

%58
%6
%0
%13

Triadic Colors of #5dcfdd

#5dcfdd #dd5dcf #cfdd5d

Analogous Colors of #5dcfdd

#5dcfdd #5d8fdd #5dddab

Monochromatic Colors of #5dcfdd

#5dcfdd

Complementary Color

#5dcfdd #dd6b5d

#5dcfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcfdd Color CSS Codes

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

#5dcfdd Text Font Color

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

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


#5dcfdd Background Color

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

This div background color is #5dcfdd


#5dcfdd Border Color

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

This div border color is #5dcfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcfdd


Comments

No comments written yet.

Please login to write comment.