Color Hex Logo

#90ebfb Color Hex

#90EBFB
(144,235,251)
0 Favorites   0 Comments

Color spaces of #90ebfb

RGB 144235251
HSL0.520.930.77
HSV189°43°98°
CMYK 0.430.060.00   0.02
XYZ58.622572.3110102.1345
Yxy72.31100.25150.3103
Hunter Lab85.0359-25.7575-11.6866
CIE-Lab88.1181-23.1746-16.2657

#90ebfb color RGB value is (144,235,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101011 11111011
Octal 220 353 373
Decimal 144 235 251
Hex 90 EB FB

RGB Percentages of Color #90ebfb

%22.86
%37.30
%39.84

CMYK Percentages of Color #90ebfb

%43
%6
%0
%2

Triadic Colors of #90ebfb

#90ebfb #fb90eb #ebfb90

Analogous Colors of #90ebfb

#90ebfb #90b6fb #90fbd6

Monochromatic Colors of #90ebfb

#90ebfb

Complementary Color

#90ebfb #fba090

#90ebfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ebfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ebfb Color CSS Codes

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

#90ebfb Text Font Color

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

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


#90ebfb Background Color

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

This div background color is #90ebfb


#90ebfb Border Color

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

This div border color is #90ebfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ebfb

Related Colors


Comments

No comments written yet.

Please login to write comment.