Color Hex Logo

#5ccaea Color Hex

#5CCAEA
(92,202,234)
0 Favorites   0 Comments

Color spaces of #5ccaea

RGB 92202234
HSL0.540.770.64
HSV194°61°92°
CMYK 0.610.140.00   0.08
XYZ40.385450.456985.4525
Yxy50.45690.22910.2862
Hunter Lab71.0330-22.8227-21.6026
CIE-Lab76.3489-22.1615-25.2588

#5ccaea color RGB value is (92,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001010 11101010
Octal 134 312 352
Decimal 92 202 234
Hex 5C CA EA

RGB Percentages of Color #5ccaea

%17.42
%38.26
%44.32

CMYK Percentages of Color #5ccaea

%61
%14
%0
%8

Triadic Colors of #5ccaea

#5ccaea #ea5cca #caea5c

Analogous Colors of #5ccaea

#5ccaea #5c83ea #5ceac3

Monochromatic Colors of #5ccaea

#5ccaea

Complementary Color

#5ccaea #ea7c5c

#5ccaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccaea Color CSS Codes

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

#5ccaea Text Font Color

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

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


#5ccaea Background Color

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

This div background color is #5ccaea


#5ccaea Border Color

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

This div border color is #5ccaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccaea


Comments

No comments written yet.

Please login to write comment.