Color Hex Logo

#5ccadc Color Hex

#5CCADC
(92,202,220)
0 Favorites   0 Comments

Color spaces of #5ccadc

RGB 92202220
HSL0.520.650.61
HSV188°58°86°
CMYK 0.580.080.00   0.14
XYZ38.452449.683775.2734
Yxy49.68370.23530.3040
Hunter Lab70.4867-25.9750-13.9757
CIE-Lab75.8747-26.2133-18.4394

#5ccadc color RGB value is (92,202,220).

#5ccadc hex color red value is 92, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5ccadc hue: 0.52 , saturation: 0.65 and the lightness value of 5ccadc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001010 11011100
Octal 134 312 334
Decimal 92 202 220
Hex 5C CA DC

RGB Percentages of Color #5ccadc

%17.90
%39.30
%42.80

CMYK Percentages of Color #5ccadc

%58
%8
%0
%14

Triadic Colors of #5ccadc

#5ccadc #dc5cca #cadc5c

Analogous Colors of #5ccadc

#5ccadc #5c8adc #5cdcae

Monochromatic Colors of #5ccadc

#5ccadc

Complementary Color

#5ccadc #dc6e5c

#5ccadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccadc Color CSS Codes

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

#5ccadc Text Font Color

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

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


#5ccadc Background Color

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

This div background color is #5ccadc


#5ccadc Border Color

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

This div border color is #5ccadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccadc


Comments

No comments written yet.

Please login to write comment.