Color Hex Logo

#90abbd Color Hex

#90ABBD
(144,171,189)
0 Favorites   0 Comments

Color spaces of #90abbd

RGB 144171189
HSL0.570.250.65
HSV204°24°74°
CMYK 0.240.100.00   0.26
XYZ35.249838.729253.7617
Yxy38.72920.27590.3032
Hunter Lab62.2328-7.8017-7.6565
CIE-Lab68.5547-5.2268-12.2927

#90abbd color RGB value is (144,171,189).

#90abbd hex color red value is 144, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #90abbd hue: 0.57 , saturation: 0.25 and the lightness value of 90abbd is 0.65.

The process color (four color CMYK) of #90abbd color hex is 0.24, 0.10, 0.00, 0.26. Web safe color of #90abbd is #9999cc. Color #90abbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101011 10111101
Octal 220 253 275
Decimal 144 171 189
Hex 90 AB BD

RGB Percentages of Color #90abbd

%28.57
%33.93
%37.50

CMYK Percentages of Color #90abbd

%24
%10
%0
%26

Triadic Colors of #90abbd

#90abbd #bd90ab #abbd90

Analogous Colors of #90abbd

#90abbd #9095bd #90bdb9

Monochromatic Colors of #90abbd

#90abbd

Complementary Color

#90abbd #bda290

#90abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90abbd Color CSS Codes

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

#90abbd Text Font Color

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

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


#90abbd Background Color

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

This div background color is #90abbd


#90abbd Border Color

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

This div border color is #90abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90abbd


Comments

No comments written yet.

Please login to write comment.