Color Hex Logo

#90bcec Color Hex

#90BCEC
(144,188,236)
0 Favorites   0 Comments

Color spaces of #90bcec

RGB 144188236
HSL0.590.710.75
HSV211°39°93°
CMYK 0.390.200.00   0.07
XYZ44.625147.951986.2605
Yxy47.95190.24950.2681
Hunter Lab69.2473-6.1519-25.3837
CIE-Lab74.7946-2.7433-28.5182

#90bcec color RGB value is (144,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111100 11101100
Octal 220 274 354
Decimal 144 188 236
Hex 90 BC EC

RGB Percentages of Color #90bcec

%25.35
%33.10
%41.55

CMYK Percentages of Color #90bcec

%39
%20
%0
%7

Triadic Colors of #90bcec

#90bcec #ec90bc #bcec90

Analogous Colors of #90bcec

#90bcec #9290ec #90eaec

Monochromatic Colors of #90bcec

#90bcec

Complementary Color

#90bcec #ecc090

#90bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bcec Color CSS Codes

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

#90bcec Text Font Color

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

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


#90bcec Background Color

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

This div background color is #90bcec


#90bcec Border Color

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

This div border color is #90bcec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,188,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 #90bcec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bcec


Comments

No comments written yet.

Please login to write comment.