Color Hex Logo

#5dcacc Color Hex

#5DCACC
(93,202,204)
0 Favorites   0 Comments

Color spaces of #5dcacc

RGB 93202204
HSL0.500.520.58
HSV181°54°80°
CMYK 0.540.010.00   0.20
XYZ36.533848.927864.6452
Yxy48.92780.24340.3260
Hunter Lab69.9484-29.1798-5.8310
CIE-Lab75.4064-30.4503-10.4980

#5dcacc color RGB value is (93,202,204).

#5dcacc hex color red value is 93, green value is 202 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5dcacc hue: 0.50 , saturation: 0.52 and the lightness value of 5dcacc is 0.58.

The process color (four color CMYK) of #5dcacc color hex is 0.54, 0.01, 0.00, 0.20. Web safe color of #5dcacc is #66cccc. Color #5dcacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 11001010 11001100
Octal 135 312 314
Decimal 93 202 204
Hex 5D CA CC

RGB Percentages of Color #5dcacc

%18.64
%40.48
%40.88

CMYK Percentages of Color #5dcacc

%54
%1
%0
%20

Triadic Colors of #5dcacc

#5dcacc #cc5dca #cacc5d

Analogous Colors of #5dcacc

#5dcacc #5d93cc #5dcc97

Monochromatic Colors of #5dcacc

#5dcacc

Complementary Color

#5dcacc #cc5f5d

#5dcacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5dcacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5dcacc Color CSS Codes

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

#5dcacc Text Font Color

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

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


#5dcacc Background Color

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

This div background color is #5dcacc


#5dcacc Border Color

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

This div border color is #5dcacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5dcacc


Comments

No comments written yet.

Please login to write comment.