Color Hex Logo

#90fdea Color Hex

#90FDEA
(144,253,234)
0 Favorites   0 Comments

Color spaces of #90fdea

RGB 144253234
HSL0.470.960.78
HSV170°43°99°
CMYK 0.430.000.08   0.01
XYZ61.478282.120490.4525
Yxy82.12040.26270.3509
Hunter Lab90.6203-37.48844.2540
CIE-Lab92.6280-35.8122-0.7215

#90fdea color RGB value is (144,253,234).

#90fdea hex color red value is 144, green value is 253 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #90fdea hue: 0.47 , saturation: 0.96 and the lightness value of 90fdea is 0.78.

The process color (four color CMYK) of #90fdea color hex is 0.43, 0.00, 0.08, 0.01. Web safe color of #90fdea is #99ffff. Color #90fdea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11111101 11101010
Octal 220 375 352
Decimal 144 253 234
Hex 90 FD EA

RGB Percentages of Color #90fdea

%22.82
%40.10
%37.08

CMYK Percentages of Color #90fdea

%43
%0
%8
%1

Triadic Colors of #90fdea

#90fdea #ea90fd #fdea90

Analogous Colors of #90fdea

#90fdea #90dafd #90fdb4

Monochromatic Colors of #90fdea

#90fdea

Complementary Color

#90fdea #fd90a3

#90fdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90fdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#90fdea Color CSS Codes

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

#90fdea Text Font Color

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

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


#90fdea Background Color

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

This div background color is #90fdea


#90fdea Border Color

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

This div border color is #90fdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90fdea


Comments

No comments written yet.

Please login to write comment.