Color Hex Logo

#90f6e2 Color Hex

#90F6E2
(144,246,226)
0 Favorites   0 Comments

Color spaces of #90f6e2

RGB 144246226
HSL0.470.850.76
HSV168°41°96°
CMYK 0.410.000.08   0.04
XYZ58.184877.331883.8114
Yxy77.33180.26530.3526
Hunter Lab87.9385-35.78735.0495
CIE-Lab90.4741-34.39190.2837

#90f6e2 color RGB value is (144,246,226).

#90f6e2 hex color red value is 144, green value is 246 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #90f6e2 hue: 0.47 , saturation: 0.85 and the lightness value of 90f6e2 is 0.76.

The process color (four color CMYK) of #90f6e2 color hex is 0.41, 0.00, 0.08, 0.04. Web safe color of #90f6e2 is #99ffcc. Color #90f6e2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11110110 11100010
Octal 220 366 342
Decimal 144 246 226
Hex 90 F6 E2

RGB Percentages of Color #90f6e2

%23.38
%39.94
%36.69

CMYK Percentages of Color #90f6e2

%41
%0
%8
%4

Triadic Colors of #90f6e2

#90f6e2 #e290f6 #f6e290

Analogous Colors of #90f6e2

#90f6e2 #90d7f6 #90f6af

Monochromatic Colors of #90f6e2

#90f6e2

Complementary Color

#90f6e2 #f690a4

#90f6e2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90f6e2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90f6e2 Color CSS Codes

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

#90f6e2 Text Font Color

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

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


#90f6e2 Background Color

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

This div background color is #90f6e2


#90f6e2 Border Color

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

This div border color is #90f6e2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90f6e2

Related Colors


Comments

No comments written yet.

Please login to write comment.