Color Hex Logo

#9caefd Color Hex

#9CAEFD
(156,174,253)
0 Favorites   0 Comments

Color spaces of #9caefd

RGB 156174253
HSL0.640.960.80
HSV229°38°99°
CMYK 0.380.310.00   0.01
XYZ46.576044.431999.0499
Yxy44.43190.24510.2338
Hunter Lab66.65738.0746-41.4424
CIE-Lab72.516212.6596-41.1743

#9caefd color RGB value is (156,174,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101110 11111101
Octal 234 256 375
Decimal 156 174 253
Hex 9C AE FD

RGB Percentages of Color #9caefd

%26.76
%29.85
%43.40

CMYK Percentages of Color #9caefd

%38
%31
%0
%1

Triadic Colors of #9caefd

#9caefd #fd9cae #aefd9c

Analogous Colors of #9caefd

#9caefd #bb9cfd #9cdffd

Monochromatic Colors of #9caefd

#9caefd

Complementary Color

#9caefd #fdeb9c

#9caefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9caefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9caefd Color CSS Codes

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

#9caefd Text Font Color

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

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


#9caefd Background Color

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

This div background color is #9caefd


#9caefd Border Color

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

This div border color is #9caefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9caefd


Comments

No comments written yet.

Please login to write comment.