Color Hex Logo

#9ccaea Color Hex

#9CCAEA
(156,202,234)
0 Favorites   0 Comments

Color spaces of #9ccaea

RGB 156202234
HSL0.570.650.76
HSV205°33°92°
CMYK 0.330.140.00   0.08
XYZ49.682155.249585.8876
Yxy55.24950.26040.2895
Hunter Lab74.3300-10.7683-16.4780
CIE-Lab79.1848-7.5091-20.6819

#9ccaea color RGB value is (156,202,234).

#9ccaea hex color red value is 156, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9ccaea hue: 0.57 , saturation: 0.65 and the lightness value of 9ccaea is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001010 11101010
Octal 234 312 352
Decimal 156 202 234
Hex 9C CA EA

RGB Percentages of Color #9ccaea

%26.35
%34.12
%39.53

CMYK Percentages of Color #9ccaea

%33
%14
%0
%8

Triadic Colors of #9ccaea

#9ccaea #ea9cca #caea9c

Analogous Colors of #9ccaea

#9ccaea #9ca3ea #9ceae3

Monochromatic Colors of #9ccaea

#9ccaea

Complementary Color

#9ccaea #eabc9c

#9ccaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccaea Color CSS Codes

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

#9ccaea Text Font Color

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

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


#9ccaea Background Color

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

This div background color is #9ccaea


#9ccaea Border Color

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

This div border color is #9ccaea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,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 #9ccaea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccaea


Comments

No comments written yet.

Please login to write comment.