Color Hex Logo

#90bdee Color Hex

#90BDEE
(144,189,238)
0 Favorites   0 Comments

Color spaces of #90bdee

RGB 144189238
HSL0.590.730.75
HSV211°39°93°
CMYK 0.390.210.00   0.07
XYZ45.131848.497587.8712
Yxy48.49750.24870.2672
Hunter Lab69.6401-6.1895-26.0634
CIE-Lab75.1376-2.7567-29.0715

#90bdee color RGB value is (144,189,238).

#90bdee hex color red value is 144, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #90bdee hue: 0.59 , saturation: 0.73 and the lightness value of 90bdee is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111101 11101110
Octal 220 275 356
Decimal 144 189 238
Hex 90 BD EE

RGB Percentages of Color #90bdee

%25.22
%33.10
%41.68

CMYK Percentages of Color #90bdee

%39
%21
%0
%7

Triadic Colors of #90bdee

#90bdee #ee90bd #bdee90

Analogous Colors of #90bdee

#90bdee #9290ee #90ecee

Monochromatic Colors of #90bdee

#90bdee

Complementary Color

#90bdee #eec190

#90bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bdee Color CSS Codes

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

#90bdee Text Font Color

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

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


#90bdee Background Color

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

This div background color is #90bdee


#90bdee Border Color

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

This div border color is #90bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bdee


Comments

No comments written yet.

Please login to write comment.