Color Hex Logo

#90efed Color Hex

#90EFED
(144,239,237)
0 Favorites   0 Comments

Color spaces of #90efed

RGB 144239237
HSL0.500.750.75
HSV179°40°94°
CMYK 0.400.000.01   0.06
XYZ57.654273.776791.3224
Yxy73.77670.25880.3312
Hunter Lab85.8934-30.4988-2.9122
CIE-Lab88.8168-28.5429-7.8932

#90efed color RGB value is (144,239,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101111 11101101
Octal 220 357 355
Decimal 144 239 237
Hex 90 EF ED

RGB Percentages of Color #90efed

%23.23
%38.55
%38.23

CMYK Percentages of Color #90efed

%40
%0
%1
%6

Triadic Colors of #90efed

#90efed #ed90ef #efed90

Analogous Colors of #90efed

#90efed #90c2ef #90efbe

Monochromatic Colors of #90efed

#90efed

Complementary Color

#90efed #ef9092

#90efed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90efed Color Preview on White Background

Lorem ipsum dolor sit amet.

#90efed Color CSS Codes

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

#90efed Text Font Color

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

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


#90efed Background Color

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

This div background color is #90efed


#90efed Border Color

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

This div border color is #90efed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90efed


Comments

No comments written yet.

Please login to write comment.