Color Hex Logo

#9ccaeb Color Hex

#9CCAEB
(156,202,235)
0 Favorites   0 Comments

Color spaces of #9ccaeb

RGB 156202235
HSL0.570.660.77
HSV205°34°92°
CMYK 0.340.140.00   0.08
XYZ49.826255.307186.6465
Yxy55.30710.25980.2884
Hunter Lab74.3687-10.5524-17.0202
CIE-Lab79.2178-7.2626-21.1675

#9ccaeb color RGB value is (156,202,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001010 11101011
Octal 234 312 353
Decimal 156 202 235
Hex 9C CA EB

RGB Percentages of Color #9ccaeb

%26.31
%34.06
%39.63

CMYK Percentages of Color #9ccaeb

%34
%14
%0
%8

Triadic Colors of #9ccaeb

#9ccaeb #eb9cca #caeb9c

Analogous Colors of #9ccaeb

#9ccaeb #9ca3eb #9cebe5

Monochromatic Colors of #9ccaeb

#9ccaeb

Complementary Color

#9ccaeb #ebbd9c

#9ccaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccaeb Color CSS Codes

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

#9ccaeb Text Font Color

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

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


#9ccaeb Background Color

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

This div background color is #9ccaeb


#9ccaeb Border Color

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

This div border color is #9ccaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccaeb


Comments

No comments written yet.

Please login to write comment.