Color Hex Logo

#909edf Color Hex

#909EDF
(144,158,223)
0 Favorites   0 Comments

Color spaces of #909edf

RGB 144158223
HSL0.640.550.72
HSV229°35°87°
CMYK 0.350.290.00   0.13
XYZ37.047735.710774.7523
Yxy35.71070.25120.2421
Hunter Lab59.75846.0852-32.3354
CIE-Lab66.298310.5054-34.5414

#909edf color RGB value is (144,158,223).

#909edf hex color red value is 144, green value is 158 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #909edf hue: 0.64 , saturation: 0.55 and the lightness value of 909edf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10011110 11011111
Octal 220 236 337
Decimal 144 158 223
Hex 90 9E DF

RGB Percentages of Color #909edf

%27.43
%30.10
%42.48

CMYK Percentages of Color #909edf

%35
%29
%0
%13

Triadic Colors of #909edf

#909edf #df909e #9edf90

Analogous Colors of #909edf

#909edf #aa90df #90c6df

Monochromatic Colors of #909edf

#909edf

Complementary Color

#909edf #dfd190

#909edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#909edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#909edf Color CSS Codes

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

#909edf Text Font Color

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

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


#909edf Background Color

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

This div background color is #909edf


#909edf Border Color

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

This div border color is #909edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #909edf


Comments

No comments written yet.

Please login to write comment.