Color Hex Logo

#90bdef Color Hex

#90BDEF
(144,189,239)
0 Favorites   0 Comments

Color spaces of #90bdef

RGB 144189239
HSL0.590.750.75
HSV212°40°94°
CMYK 0.400.210.00   0.06
XYZ45.279248.556588.6472
Yxy48.55650.24810.2661
Hunter Lab69.6825-5.9563-26.6486
CIE-Lab75.1746-2.4917-29.5543

#90bdef color RGB value is (144,189,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111101 11101111
Octal 220 275 357
Decimal 144 189 239
Hex 90 BD EF

RGB Percentages of Color #90bdef

%25.17
%33.04
%41.78

CMYK Percentages of Color #90bdef

%40
%21
%0
%6

Triadic Colors of #90bdef

#90bdef #ef90bd #bdef90

Analogous Colors of #90bdef

#90bdef #9390ef #90edef

Monochromatic Colors of #90bdef

#90bdef

Complementary Color

#90bdef #efc290

#90bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bdef Color CSS Codes

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

#90bdef Text Font Color

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

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


#90bdef Background Color

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

This div background color is #90bdef


#90bdef Border Color

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

This div border color is #90bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bdef


Comments

No comments written yet.

Please login to write comment.