Color Hex Logo

#909daf Color Hex

#909DAF
(144,157,175)
0 Favorites   0 Comments

Color spaces of #909daf

RGB 144157175
HSL0.600.160.63
HSV215°18°69°
CMYK 0.180.100.00   0.31
XYZ31.296433.138445.3043
Yxy33.13840.28520.3020
Hunter Lab57.5660-3.6968-6.3649
CIE-Lab64.2728-0.7363-10.9089

#909daf color RGB value is (144,157,175).

#909daf hex color red value is 144, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #909daf hue: 0.60 , saturation: 0.16 and the lightness value of 909daf is 0.63.

The process color (four color CMYK) of #909daf color hex is 0.18, 0.10, 0.00, 0.31. Web safe color of #909daf is #999999. Color #909daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10011101 10101111
Octal 220 235 257
Decimal 144 157 175
Hex 90 9D AF

RGB Percentages of Color #909daf

%30.25
%32.98
%36.76

CMYK Percentages of Color #909daf

%18
%10
%0
%31

Triadic Colors of #909daf

#909daf #af909d #9daf90

Analogous Colors of #909daf

#909daf #9390af #90adaf

Monochromatic Colors of #909daf

#909daf

Complementary Color

#909daf #afa290

#909daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#909daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#909daf Color CSS Codes

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

#909daf Text Font Color

<p style="color:#909daf">Text here</p>

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


#909daf Background Color

<div style="background-color:#909daf">
Div content here</div>

This div background color is #909daf


#909daf Border Color

<div style="border:3px solid #909daf">
Div here</div>

This div border color is #909daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #909daf


Comments

No comments written yet.

Please login to write comment.