Color Hex Logo

#90effb Color Hex

#90EFFB
(144,239,251)
0 Favorites   0 Comments

Color spaces of #90effb

RGB 144239251
HSL0.520.930.77
HSV187°43°98°
CMYK 0.430.050.00   0.02
XYZ59.780774.6273102.5205
Yxy74.62730.25230.3150
Hunter Lab86.3871-27.6537-9.8919
CIE-Lab89.2181-25.1316-14.6154

#90effb color RGB value is (144,239,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101111 11111011
Octal 220 357 373
Decimal 144 239 251
Hex 90 EF FB

RGB Percentages of Color #90effb

%22.71
%37.70
%39.59

CMYK Percentages of Color #90effb

%43
%5
%0
%2

Triadic Colors of #90effb

#90effb #fb90ef #effb90

Analogous Colors of #90effb

#90effb #90bafb #90fbd2

Monochromatic Colors of #90effb

#90effb

Complementary Color

#90effb #fb9c90

#90effb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90effb Color Preview on White Background

Lorem ipsum dolor sit amet.

#90effb Color CSS Codes

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

#90effb Text Font Color

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

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


#90effb Background Color

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

This div background color is #90effb


#90effb Border Color

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

This div border color is #90effb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90effb


Comments

No comments written yet.

Please login to write comment.