Color Hex Logo

#9dafeb Color Hex

#9DAFEB
(157,175,235)
0 Favorites   0 Comments

Color spaces of #9dafeb

RGB 157175235
HSL0.630.660.77
HSV226°33°92°
CMYK 0.330.260.00   0.08
XYZ44.230043.826284.7254
Yxy43.82620.25600.2537
Hunter Lab66.20143.4058-29.5392
CIE-Lab72.11227.6685-32.0387

#9dafeb color RGB value is (157,175,235).

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

The process color (four color CMYK) of #9dafeb color hex is 0.33, 0.26, 0.00, 0.08. Web safe color of #9dafeb is #9999ff. Color #9dafeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101111 11101011
Octal 235 257 353
Decimal 157 175 235
Hex 9D AF EB

RGB Percentages of Color #9dafeb

%27.69
%30.86
%41.45

CMYK Percentages of Color #9dafeb

%33
%26
%0
%8

Triadic Colors of #9dafeb

#9dafeb #eb9daf #afeb9d

Analogous Colors of #9dafeb

#9dafeb #b29deb #9dd6eb

Monochromatic Colors of #9dafeb

#9dafeb

Complementary Color

#9dafeb #ebd99d

#9dafeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dafeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dafeb Color CSS Codes

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

#9dafeb Text Font Color

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

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


#9dafeb Background Color

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

This div background color is #9dafeb


#9dafeb Border Color

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

This div border color is #9dafeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dafeb


Comments

No comments written yet.

Please login to write comment.