Color Hex Logo

#90eafb Color Hex

#90EAFB
(144,234,251)
0 Favorites   0 Comments

Color spaces of #90eafb

RGB 144234251
HSL0.530.930.77
HSV190°43°98°
CMYK 0.430.070.00   0.02
XYZ58.337071.7400102.0393
Yxy71.74000.25130.3091
Hunter Lab84.6995-25.2817-12.1383
CIE-Lab87.8433-22.6823-16.6786

#90eafb color RGB value is (144,234,251).

#90eafb hex color red value is 144, green value is 234 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #90eafb hue: 0.53 , saturation: 0.93 and the lightness value of 90eafb is 0.77.

The process color (four color CMYK) of #90eafb color hex is 0.43, 0.07, 0.00, 0.02. Web safe color of #90eafb is #99ffff. Color #90eafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101010 11111011
Octal 220 352 373
Decimal 144 234 251
Hex 90 EA FB

RGB Percentages of Color #90eafb

%22.89
%37.20
%39.90

CMYK Percentages of Color #90eafb

%43
%7
%0
%2

Triadic Colors of #90eafb

#90eafb #fb90ea #eafb90

Analogous Colors of #90eafb

#90eafb #90b5fb #90fbd7

Monochromatic Colors of #90eafb

#90eafb

Complementary Color

#90eafb #fba190

#90eafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90eafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90eafb Color CSS Codes

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

#90eafb Text Font Color

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

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


#90eafb Background Color

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

This div background color is #90eafb


#90eafb Border Color

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

This div border color is #90eafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90eafb

Related Colors


Comments

No comments written yet.

Please login to write comment.