Color Hex Logo

#90abdf Color Hex

#90ABDF
(144,171,223)
0 Favorites   0 Comments

Color spaces of #90abdf

RGB 144171223
HSL0.610.550.72
HSV219°35°87°
CMYK 0.350.230.00   0.13
XYZ39.383840.382875.5310
Yxy40.38280.25360.2600
Hunter Lab63.5475-0.5820-25.9875
CIE-Lab69.74133.1857-29.2157

#90abdf color RGB value is (144,171,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101011 11011111
Octal 220 253 337
Decimal 144 171 223
Hex 90 AB DF

RGB Percentages of Color #90abdf

%26.77
%31.78
%41.45

CMYK Percentages of Color #90abdf

%35
%23
%0
%13

Triadic Colors of #90abdf

#90abdf #df90ab #abdf90

Analogous Colors of #90abdf

#90abdf #9d90df #90d3df

Monochromatic Colors of #90abdf

#90abdf

Complementary Color

#90abdf #dfc490

#90abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#90abdf Color CSS Codes

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

#90abdf Text Font Color

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

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


#90abdf Background Color

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

This div background color is #90abdf


#90abdf Border Color

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

This div border color is #90abdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,171,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 #90abdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90abdf


Comments

No comments written yet.

Please login to write comment.