Color Hex Logo

#90abed Color Hex

#90ABED
(144,171,237)
0 Favorites   0 Comments

Color spaces of #90abed

RGB 144171237
HSL0.620.720.75
HSV223°39°93°
CMYK 0.390.280.00   0.07
XYZ41.350641.169585.8879
Yxy41.16950.24550.2445
Hunter Lab64.16352.7495-34.4500
CIE-Lab70.29456.9059-36.0101

#90abed color RGB value is (144,171,237).

#90abed hex color red value is 144, green value is 171 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #90abed hue: 0.62 , saturation: 0.72 and the lightness value of 90abed is 0.75.

The process color (four color CMYK) of #90abed color hex is 0.39, 0.28, 0.00, 0.07. Web safe color of #90abed is #9999ff. Color #90abed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101011 11101101
Octal 220 253 355
Decimal 144 171 237
Hex 90 AB ED

RGB Percentages of Color #90abed

%26.09
%30.98
%42.93

CMYK Percentages of Color #90abed

%39
%28
%0
%7

Triadic Colors of #90abed

#90abed #ed90ab #abed90

Analogous Colors of #90abed

#90abed #a490ed #90daed

Monochromatic Colors of #90abed

#90abed

Complementary Color

#90abed #edd290

#90abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#90abed Color CSS Codes

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

#90abed Text Font Color

<p style="color:#90abed">Text here</p>

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


#90abed Background Color

<div style="background-color:#90abed">
Div content here</div>

This div background color is #90abed


#90abed Border Color

<div style="border:3px solid #90abed">
Div here</div>

This div border color is #90abed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,171,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90abed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90abed;
  -webkit-box-shadow: 1px 1px 3px 2px #90abed;
  box-shadow:         1px 1px 3px 2px #90abed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90abed


Comments

No comments written yet.

Please login to write comment.