Color Hex Logo

#9da8dd Color Hex

#9DA8DD
(157,168,221)
0 Favorites   0 Comments

Color spaces of #9da8dd

RGB 157168221
HSL0.640.480.74
HSV230°29°87°
CMYK 0.290.240.00   0.13
XYZ40.958440.393874.0447
Yxy40.39380.26360.2599
Hunter Lab63.55613.8102-24.5853
CIE-Lab69.74918.0552-28.0333

#9da8dd color RGB value is (157,168,221).

#9da8dd hex color red value is 157, green value is 168 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9da8dd hue: 0.64 , saturation: 0.48 and the lightness value of 9da8dd is 0.74.

The process color (four color CMYK) of #9da8dd color hex is 0.29, 0.24, 0.00, 0.13. Web safe color of #9da8dd is #9999cc. Color #9da8dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101000 11011101
Octal 235 250 335
Decimal 157 168 221
Hex 9D A8 DD

RGB Percentages of Color #9da8dd

%28.75
%30.77
%40.48

CMYK Percentages of Color #9da8dd

%29
%24
%0
%13

Triadic Colors of #9da8dd

#9da8dd #dd9da8 #a8dd9d

Analogous Colors of #9da8dd

#9da8dd #b29ddd #9dc8dd

Monochromatic Colors of #9da8dd

#9da8dd

Complementary Color

#9da8dd #ddd29d

#9da8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9da8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9da8dd Color CSS Codes

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

#9da8dd Text Font Color

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

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


#9da8dd Background Color

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

This div background color is #9da8dd


#9da8dd Border Color

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

This div border color is #9da8dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,168,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9da8dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9da8dd;
  -webkit-box-shadow: 1px 1px 3px 2px #9da8dd;
  box-shadow:         1px 1px 3px 2px #9da8dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157,168,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9da8dd


Comments

No comments written yet.

Please login to write comment.