Color Hex Logo

#90edff Color Hex

#90EDFF
(144,237,255)
0 Favorites   0 Comments

Color spaces of #90edff

RGB 144237255
HSL0.531.000.78
HSV190°44°100°
CMYK 0.440.070.00   0.00
XYZ59.835873.7177105.6830
Yxy73.71770.25010.3081
Hunter Lab85.8590-25.8553-12.8782
CIE-Lab88.7889-23.1499-17.3507

#90edff color RGB value is (144,237,255).

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

The process color (four color CMYK) of #90edff color hex is 0.44, 0.07, 0.00, 0.00. Web safe color of #90edff is #99ffff. Color #90edff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101101 11111111
Octal 220 355 377
Decimal 144 237 255
Hex 90 ED FF

RGB Percentages of Color #90edff

%22.64
%37.26
%40.09

CMYK Percentages of Color #90edff

%44
%7
%0
%0

Triadic Colors of #90edff

#90edff #ff90ed #edff90

Analogous Colors of #90edff

#90edff #90b6ff #90ffda

Monochromatic Colors of #90edff

#90edff

Complementary Color

#90edff #ffa290

#90edff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90edff Color Preview on White Background

Lorem ipsum dolor sit amet.

#90edff Color CSS Codes

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

#90edff Text Font Color

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

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


#90edff Background Color

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

This div background color is #90edff


#90edff Border Color

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

This div border color is #90edff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90edff


Comments

No comments written yet.

Please login to write comment.