Color Hex Logo

#90efda Color Hex

#90EFDA
(144,239,218)
0 Favorites   0 Comments

Color spaces of #90efda

RGB 144239218
HSL0.460.750.75
HSV167°40°94°
CMYK 0.400.000.09   0.06
XYZ55.023072.724377.4668
Yxy72.72430.26810.3544
Hunter Lab85.2785-34.06665.8361
CIE-Lab88.3161-32.92371.3099

#90efda color RGB value is (144,239,218).

#90efda hex color red value is 144, green value is 239 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #90efda hue: 0.46 , saturation: 0.75 and the lightness value of 90efda is 0.75.

The process color (four color CMYK) of #90efda color hex is 0.40, 0.00, 0.09, 0.06. Web safe color of #90efda is #99ffcc. Color #90efda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101111 11011010
Octal 220 357 332
Decimal 144 239 218
Hex 90 EF DA

RGB Percentages of Color #90efda

%23.96
%39.77
%36.27

CMYK Percentages of Color #90efda

%40
%0
%9
%6

Triadic Colors of #90efda

#90efda #da90ef #efda90

Analogous Colors of #90efda

#90efda #90d5ef #90efab

Monochromatic Colors of #90efda

#90efda

Complementary Color

#90efda #ef90a5

#90efda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90efda Color Preview on White Background

Lorem ipsum dolor sit amet.

#90efda Color CSS Codes

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

#90efda Text Font Color

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

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


#90efda Background Color

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

This div background color is #90efda


#90efda Border Color

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

This div border color is #90efda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90efda


Comments

No comments written yet.

Please login to write comment.