Color Hex Logo

#90babe Color Hex

#90BABE
(144,186,190)
0 Favorites   0 Comments

Color spaces of #90babe

RGB 144186190
HSL0.510.260.65
HSV185°24°75°
CMYK 0.240.020.00   0.25
XYZ38.354844.764855.3342
Yxy44.76480.27700.3233
Hunter Lab66.9065-14.7595-2.2005
CIE-Lab72.7368-13.0008-6.6086

#90babe color RGB value is (144,186,190).

#90babe hex color red value is 144, green value is 186 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #90babe hue: 0.51 , saturation: 0.26 and the lightness value of 90babe is 0.65.

The process color (four color CMYK) of #90babe color hex is 0.24, 0.02, 0.00, 0.25. Web safe color of #90babe is #99cccc. Color #90babe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111010 10111110
Octal 220 272 276
Decimal 144 186 190
Hex 90 BA BE

RGB Percentages of Color #90babe

%27.69
%35.77
%36.54

CMYK Percentages of Color #90babe

%24
%2
%0
%25

Triadic Colors of #90babe

#90babe #be90ba #babe90

Analogous Colors of #90babe

#90babe #90a3be #90beab

Monochromatic Colors of #90babe

#90babe

Complementary Color

#90babe #be9490

#90babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#90babe Color CSS Codes

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

#90babe Text Font Color

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

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


#90babe Background Color

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

This div background color is #90babe


#90babe Border Color

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

This div border color is #90babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90babe


Comments

No comments written yet.

Please login to write comment.