Color Hex Logo

#90bcea Color Hex

#90BCEA
(144,188,234)
0 Favorites   0 Comments

Color spaces of #90bcea

RGB 144188234
HSL0.590.680.74
HSV211°38°92°
CMYK 0.380.200.00   0.08
XYZ44.336147.836284.7385
Yxy47.83620.25060.2704
Hunter Lab69.1637-6.6124-24.2267
CIE-Lab74.7215-3.2690-27.5493

#90bcea color RGB value is (144,188,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111100 11101010
Octal 220 274 352
Decimal 144 188 234
Hex 90 BC EA

RGB Percentages of Color #90bcea

%25.44
%33.22
%41.34

CMYK Percentages of Color #90bcea

%38
%20
%0
%8

Triadic Colors of #90bcea

#90bcea #ea90bc #bcea90

Analogous Colors of #90bcea

#90bcea #9190ea #90e9ea

Monochromatic Colors of #90bcea

#90bcea

Complementary Color

#90bcea #eabe90

#90bcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90bcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#90bcea Color CSS Codes

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

#90bcea Text Font Color

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

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


#90bcea Background Color

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

This div background color is #90bcea


#90bcea Border Color

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

This div border color is #90bcea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90bcea


Comments

No comments written yet.

Please login to write comment.