Color Hex Logo

#90ebda Color Hex

#90EBDA
(144,235,218)
0 Favorites   0 Comments

Color spaces of #90ebda

RGB 144235218
HSL0.470.690.74
HSV169°39°92°
CMYK 0.390.000.07   0.08
XYZ53.864870.407977.0808
Yxy70.40790.26750.3497
Hunter Lab83.9094-32.25524.2717
CIE-Lab87.1965-31.0428-0.3232

#90ebda color RGB value is (144,235,218).

#90ebda hex color red value is 144, green value is 235 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #90ebda hue: 0.47 , saturation: 0.69 and the lightness value of 90ebda is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101011 11011010
Octal 220 353 332
Decimal 144 235 218
Hex 90 EB DA

RGB Percentages of Color #90ebda

%24.12
%39.36
%36.52

CMYK Percentages of Color #90ebda

%39
%0
%7
%8

Triadic Colors of #90ebda

#90ebda #da90eb #ebda90

Analogous Colors of #90ebda

#90ebda #90cfeb #90ebad

Monochromatic Colors of #90ebda

#90ebda

Complementary Color

#90ebda #eb90a1

#90ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ebda Color CSS Codes

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

#90ebda Text Font Color

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

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


#90ebda Background Color

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

This div background color is #90ebda


#90ebda Border Color

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

This div border color is #90ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ebda


Comments

No comments written yet.

Please login to write comment.