Color Hex Logo

#5ccade Color Hex

#5CCADE
(92,202,222)
0 Favorites   0 Comments

Color spaces of #5ccade

RGB 92202222
HSL0.530.660.62
HSV189°59°87°
CMYK 0.590.090.00   0.13
XYZ38.719049.790376.6770
Yxy49.79030.23440.3014
Hunter Lab70.5622-25.5372-15.0344
CIE-Lab75.9404-25.6436-19.4186

#5ccade color RGB value is (92,202,222).

#5ccade hex color red value is 92, green value is 202 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5ccade hue: 0.53 , saturation: 0.66 and the lightness value of 5ccade is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001010 11011110
Octal 134 312 336
Decimal 92 202 222
Hex 5C CA DE

RGB Percentages of Color #5ccade

%17.83
%39.15
%43.02

CMYK Percentages of Color #5ccade

%59
%9
%0
%13

Triadic Colors of #5ccade

#5ccade #de5cca #cade5c

Analogous Colors of #5ccade

#5ccade #5c89de #5cdeb1

Monochromatic Colors of #5ccade

#5ccade

Complementary Color

#5ccade #de705c

#5ccade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccade Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccade Color CSS Codes

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

#5ccade Text Font Color

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

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


#5ccade Background Color

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

This div background color is #5ccade


#5ccade Border Color

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

This div border color is #5ccade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccade


Comments

No comments written yet.

Please login to write comment.