Color Hex Logo

#9caefa Color Hex

#9CAEFA
(156,174,250)
0 Favorites   0 Comments

Color spaces of #9caefa

RGB 156174250
HSL0.630.900.80
HSV229°38°98°
CMYK 0.380.300.00   0.02
XYZ46.101744.242296.5522
Yxy44.24220.24670.2367
Hunter Lab66.51487.3182-39.5044
CIE-Lab72.390111.8607-39.7490

#9caefa color RGB value is (156,174,250).

#9caefa hex color red value is 156, green value is 174 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #9caefa hue: 0.63 , saturation: 0.90 and the lightness value of 9caefa is 0.80.

The process color (four color CMYK) of #9caefa color hex is 0.38, 0.30, 0.00, 0.02. Web safe color of #9caefa is #9999ff. Color #9caefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101110 11111010
Octal 234 256 372
Decimal 156 174 250
Hex 9C AE FA

RGB Percentages of Color #9caefa

%26.90
%30.00
%43.10

CMYK Percentages of Color #9caefa

%38
%30
%0
%2

Triadic Colors of #9caefa

#9caefa #fa9cae #aefa9c

Analogous Colors of #9caefa

#9caefa #b99cfa #9cddfa

Monochromatic Colors of #9caefa

#9caefa

Complementary Color

#9caefa #fae89c

#9caefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caefa Color CSS Codes

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

#9caefa Text Font Color

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

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


#9caefa Background Color

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

This div background color is #9caefa


#9caefa Border Color

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

This div border color is #9caefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caefa


Comments

No comments written yet.

Please login to write comment.