Color Hex Logo

#9cadfd Color Hex

#9CADFD
(156,173,253)
0 Favorites   0 Comments

Color spaces of #9cadfd

RGB 156173253
HSL0.640.960.80
HSV229°38°99°
CMYK 0.380.320.00   0.01
XYZ46.383544.046998.9857
Yxy44.04690.24490.2325
Hunter Lab66.36788.6073-41.9718
CIE-Lab72.259813.2210-41.5745

#9cadfd color RGB value is (156,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 10101101 11111101
Octal 234 255 375
Decimal 156 173 253
Hex 9C AD FD

RGB Percentages of Color #9cadfd

%26.80
%29.73
%43.47

CMYK Percentages of Color #9cadfd

%38
%32
%0
%1

Triadic Colors of #9cadfd

#9cadfd #fd9cad #adfd9c

Analogous Colors of #9cadfd

#9cadfd #bc9cfd #9cdefd

Monochromatic Colors of #9cadfd

#9cadfd

Complementary Color

#9cadfd #fdec9c

#9cadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cadfd Color CSS Codes

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

#9cadfd Text Font Color

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

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


#9cadfd Background Color

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

This div background color is #9cadfd


#9cadfd Border Color

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

This div border color is #9cadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cadfd


Comments

No comments written yet.

Please login to write comment.