Color Hex Logo

#90ffda Color Hex

#90FFDA
(144,255,218)
0 Favorites   0 Comments

Color spaces of #90ffda

RGB 144255218
HSL0.441.000.78
HSV160°44°100°
CMYK 0.440.000.15   0.00
XYZ59.916582.511279.0980
Yxy82.51120.27050.3725
Hunter Lab90.8357-41.221311.9564
CIE-Lab92.8000-40.24667.7964

#90ffda color RGB value is (144,255,218).

#90ffda hex color red value is 144, green value is 255 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #90ffda hue: 0.44 , saturation: 1.00 and the lightness value of 90ffda is 0.78.

The process color (four color CMYK) of #90ffda color hex is 0.44, 0.00, 0.15, 0.00. Web safe color of #90ffda is #99ffcc. Color #90ffda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11111111 11011010
Octal 220 377 332
Decimal 144 255 218
Hex 90 FF DA

RGB Percentages of Color #90ffda

%23.34
%41.33
%35.33

CMYK Percentages of Color #90ffda

%44
%0
%15
%0

Triadic Colors of #90ffda

#90ffda #da90ff #ffda90

Analogous Colors of #90ffda

#90ffda #90edff #90ffa3

Monochromatic Colors of #90ffda

#90ffda

Complementary Color

#90ffda #ff90b5

#90ffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ffda Color CSS Codes

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

#90ffda Text Font Color

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

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


#90ffda Background Color

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

This div background color is #90ffda


#90ffda Border Color

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

This div border color is #90ffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ffda

Related Colors


Comments

No comments written yet.

Please login to write comment.