Color Hex Logo

#90beeb Color Hex

#90BEEB
(144,190,235)
0 Favorites   0 Comments

Color spaces of #90beeb

RGB 144190235
HSL0.580.690.74
HSV210°39°92°
CMYK 0.390.190.00   0.08
XYZ44.910548.754485.6408
Yxy48.75440.25050.2719
Hunter Lab69.8244-7.3828-23.8432
CIE-Lab75.2983-4.0877-27.2055

#90beeb color RGB value is (144,190,235).

#90beeb hex color red value is 144, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #90beeb hue: 0.58 , saturation: 0.69 and the lightness value of 90beeb is 0.74.

The process color (four color CMYK) of #90beeb color hex is 0.39, 0.19, 0.00, 0.08. Web safe color of #90beeb is #99ccff. Color #90beeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111110 11101011
Octal 220 276 353
Decimal 144 190 235
Hex 90 BE EB

RGB Percentages of Color #90beeb

%25.31
%33.39
%41.30

CMYK Percentages of Color #90beeb

%39
%19
%0
%8

Triadic Colors of #90beeb

#90beeb #eb90be #beeb90

Analogous Colors of #90beeb

#90beeb #9091eb #90ebeb

Monochromatic Colors of #90beeb

#90beeb

Complementary Color

#90beeb #ebbd90

#90beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90beeb Color CSS Codes

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

#90beeb Text Font Color

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

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


#90beeb Background Color

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

This div background color is #90beeb


#90beeb Border Color

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

This div border color is #90beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90beeb


Comments

No comments written yet.

Please login to write comment.