Color Hex Logo

#9daffb Color Hex

#9DAFFB
(157,175,251)
0 Favorites   0 Comments

Color spaces of #9daffb

RGB 157175251
HSL0.630.920.80
HSV229°37°98°
CMYK 0.370.300.00   0.02
XYZ46.647244.793197.4541
Yxy44.79310.24690.2371
Hunter Lab66.92767.2875-39.4835
CIE-Lab72.755411.8293-39.7155

#9daffb color RGB value is (157,175,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101111 11111011
Octal 235 257 373
Decimal 157 175 251
Hex 9D AF FB

RGB Percentages of Color #9daffb

%26.93
%30.02
%43.05

CMYK Percentages of Color #9daffb

%37
%30
%0
%2

Triadic Colors of #9daffb

#9daffb #fb9daf #affb9d

Analogous Colors of #9daffb

#9daffb #ba9dfb #9ddefb

Monochromatic Colors of #9daffb

#9daffb

Complementary Color

#9daffb #fbe99d

#9daffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9daffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9daffb Color CSS Codes

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

#9daffb Text Font Color

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

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


#9daffb Background Color

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

This div background color is #9daffb


#9daffb Border Color

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

This div border color is #9daffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9daffb

Related Colors


Comments

No comments written yet.

Please login to write comment.