Color Hex Logo

#5ccaec Color Hex

#5CCAEC
(92,202,236)
0 Favorites   0 Comments

Color spaces of #5ccaec

RGB 92202236
HSL0.540.790.64
HSV194°61°93°
CMYK 0.610.140.00   0.07
XYZ40.674550.572586.9746
Yxy50.57250.22820.2838
Hunter Lab71.1143-22.3554-22.7331
CIE-Lab76.4193-21.5704-26.2262

#5ccaec color RGB value is (92,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11001010 11101100
Octal 134 312 354
Decimal 92 202 236
Hex 5C CA EC

RGB Percentages of Color #5ccaec

%17.36
%38.11
%44.53

CMYK Percentages of Color #5ccaec

%61
%14
%0
%7

Triadic Colors of #5ccaec

#5ccaec #ec5cca #caec5c

Analogous Colors of #5ccaec

#5ccaec #5c82ec #5cecc6

Monochromatic Colors of #5ccaec

#5ccaec

Complementary Color

#5ccaec #ec7e5c

#5ccaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ccaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ccaec Color CSS Codes

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

#5ccaec Text Font Color

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

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


#5ccaec Background Color

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

This div background color is #5ccaec


#5ccaec Border Color

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

This div border color is #5ccaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ccaec


Comments

No comments written yet.

Please login to write comment.