Color Hex Logo

#5cdace Color Hex

#5CDACE
(92,218,206)
0 Favorites   0 Comments

Color spaces of #5cdace

RGB 92218206
HSL0.480.630.61
HSV174°58°85°
CMYK 0.580.000.06   0.15
XYZ40.625656.874367.2292
Yxy56.87430.24660.3453
Hunter Lab75.4151-35.8195-0.0639
CIE-Lab80.1088-37.6245-4.6008

#5cdace color RGB value is (92,218,206).

#5cdace hex color red value is 92, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5cdace hue: 0.48 , saturation: 0.63 and the lightness value of 5cdace is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11011010 11001110
Octal 134 332 316
Decimal 92 218 206
Hex 5C DA CE

RGB Percentages of Color #5cdace

%17.83
%42.25
%39.92

CMYK Percentages of Color #5cdace

%58
%0
%6
%15

Triadic Colors of #5cdace

#5cdace #ce5cda #dace5c

Analogous Colors of #5cdace

#5cdace #5ca7da #5cda8f

Monochromatic Colors of #5cdace

#5cdace

Complementary Color

#5cdace #da5c68

#5cdace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cdace Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cdace Color CSS Codes

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

#5cdace Text Font Color

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

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


#5cdace Background Color

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

This div background color is #5cdace


#5cdace Border Color

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

This div border color is #5cdace


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(92,218,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5cdace; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5cdace;
  -webkit-box-shadow: 1px 1px 3px 2px #5cdace;
  box-shadow:         1px 1px 3px 2px #5cdace; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,218,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cdace


Comments

No comments written yet.

Please login to write comment.