Color Hex Logo

#5ccaed Color Hex

#5CCAED
(92,202,237)
0 Favorites   0 Comments

Color spaces of #5ccaed

RGB 92202237
HSL0.540.800.65
HSV194°61°93°
CMYK 0.610.150.00   0.07
XYZ40.820250.630887.7420
Yxy50.63080.22780.2825
Hunter Lab71.1553-22.1204-23.3021
CIE-Lab76.4548-21.2741-26.7092

#5ccaed color RGB value is (92,202,237).

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

The process color (four color CMYK) of #5ccaed color hex is 0.61, 0.15, 0.00, 0.07. Web safe color of #5ccaed is #66ccff. Color #5ccaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001010 11101101
Octal 134 312 355
Decimal 92 202 237
Hex 5C CA ED

RGB Percentages of Color #5ccaed

%17.33
%38.04
%44.63

CMYK Percentages of Color #5ccaed

%61
%15
%0
%7

Triadic Colors of #5ccaed

#5ccaed #ed5cca #caed5c

Analogous Colors of #5ccaed

#5ccaed #5c82ed #5cedc8

Monochromatic Colors of #5ccaed

#5ccaed

Complementary Color

#5ccaed #ed7f5c

#5ccaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccaed Color CSS Codes

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

#5ccaed Text Font Color

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

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


#5ccaed Background Color

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

This div background color is #5ccaed


#5ccaed Border Color

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

This div border color is #5ccaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccaed


Comments

No comments written yet.

Please login to write comment.