Color Hex Logo

#90ebdd Color Hex

#90EBDD
(144,235,221)
0 Favorites   0 Comments

Color spaces of #90ebdd

RGB 144235221
HSL0.470.690.74
HSV171°39°92°
CMYK 0.390.000.06   0.08
XYZ54.261170.566479.1674
Yxy70.56640.26600.3459
Hunter Lab84.0038-31.70712.9262
CIE-Lab87.2739-30.3640-1.7839

#90ebdd color RGB value is (144,235,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101011 11011101
Octal 220 353 335
Decimal 144 235 221
Hex 90 EB DD

RGB Percentages of Color #90ebdd

%24.00
%39.17
%36.83

CMYK Percentages of Color #90ebdd

%39
%0
%6
%8

Triadic Colors of #90ebdd

#90ebdd #dd90eb #ebdd90

Analogous Colors of #90ebdd

#90ebdd #90cceb #90ebb0

Monochromatic Colors of #90ebdd

#90ebdd

Complementary Color

#90ebdd #eb909e

#90ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ebdd Color CSS Codes

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

#90ebdd Text Font Color

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

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


#90ebdd Background Color

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

This div background color is #90ebdd


#90ebdd Border Color

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

This div border color is #90ebdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ebdd


Comments

No comments written yet.

Please login to write comment.