Color Hex Logo

#90abce Color Hex

#90ABCE
(144,171,206)
0 Favorites   0 Comments

Color spaces of #90abce

RGB 144171206
HSL0.590.390.69
HSV214°30°81°
CMYK 0.300.170.00   0.19
XYZ37.205139.511364.0581
Yxy39.51130.26430.2807
Hunter Lab62.8580-4.3490-16.4214
CIE-Lab69.1200-1.1408-20.8261

#90abce color RGB value is (144,171,206).

#90abce hex color red value is 144, green value is 171 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #90abce hue: 0.59 , saturation: 0.39 and the lightness value of 90abce is 0.69.

The process color (four color CMYK) of #90abce color hex is 0.30, 0.17, 0.00, 0.19. Web safe color of #90abce is #9999cc. Color #90abce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101011 11001110
Octal 220 253 316
Decimal 144 171 206
Hex 90 AB CE

RGB Percentages of Color #90abce

%27.64
%32.82
%39.54

CMYK Percentages of Color #90abce

%30
%17
%0
%19

Triadic Colors of #90abce

#90abce #ce90ab #abce90

Analogous Colors of #90abce

#90abce #9490ce #90cace

Monochromatic Colors of #90abce

#90abce

Complementary Color

#90abce #ceb390

#90abce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90abce Color Preview on White Background

Lorem ipsum dolor sit amet.

#90abce Color CSS Codes

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

#90abce Text Font Color

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

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


#90abce Background Color

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

This div background color is #90abce


#90abce Border Color

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

This div border color is #90abce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90abce


Comments

No comments written yet.

Please login to write comment.