Color Hex Logo

#90beec Color Hex

#90BEEC
(144,190,236)
0 Favorites   0 Comments

Color spaces of #90beec

RGB 144190236
HSL0.580.710.75
HSV210°39°93°
CMYK 0.390.190.00   0.07
XYZ45.055448.812386.4039
Yxy48.81230.24990.2708
Hunter Lab69.8658-7.1532-24.4186
CIE-Lab75.3344-3.8251-27.6900

#90beec color RGB value is (144,190,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111110 11101100
Octal 220 276 354
Decimal 144 190 236
Hex 90 BE EC

RGB Percentages of Color #90beec

%25.26
%33.33
%41.40

CMYK Percentages of Color #90beec

%39
%19
%0
%7

Triadic Colors of #90beec

#90beec #ec90be #beec90

Analogous Colors of #90beec

#90beec #9090ec #90ecec

Monochromatic Colors of #90beec

#90beec

Complementary Color

#90beec #ecbe90

#90beec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90beec Color Preview on White Background

Lorem ipsum dolor sit amet.

#90beec Color CSS Codes

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

#90beec Text Font Color

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

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


#90beec Background Color

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

This div background color is #90beec


#90beec Border Color

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

This div border color is #90beec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90beec


Comments

No comments written yet.

Please login to write comment.