Color Hex Logo

#90faf0 Color Hex

#90FAF0
(144,250,240)
0 Favorites   0 Comments

Color spaces of #90faf0

RGB 144250240
HSL0.480.910.77
HSV174°42°98°
CMYK 0.420.000.04   0.02
XYZ61.415480.591894.7569
Yxy80.59180.25940.3404
Hunter Lab89.7729-34.98730.2594
CIE-Lab91.9497-33.0361-4.8271

#90faf0 color RGB value is (144,250,240).

#90faf0 hex color red value is 144, green value is 250 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #90faf0 hue: 0.48 , saturation: 0.91 and the lightness value of 90faf0 is 0.77.

The process color (four color CMYK) of #90faf0 color hex is 0.42, 0.00, 0.04, 0.02. Web safe color of #90faf0 is #99ffff. Color #90faf0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11111010 11110000
Octal 220 372 360
Decimal 144 250 240
Hex 90 FA F0

RGB Percentages of Color #90faf0

%22.71
%39.43
%37.85

CMYK Percentages of Color #90faf0

%42
%0
%4
%2

Triadic Colors of #90faf0

#90faf0 #f090fa #faf090

Analogous Colors of #90faf0

#90faf0 #90cffa #90fabb

Monochromatic Colors of #90faf0

#90faf0

Complementary Color

#90faf0 #fa909a

#90faf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90faf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90faf0 Color CSS Codes

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

#90faf0 Text Font Color

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

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


#90faf0 Background Color

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

This div background color is #90faf0


#90faf0 Border Color

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

This div border color is #90faf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90faf0

Related Colors


Comments

No comments written yet.

Please login to write comment.