Color Hex Logo

#90afed Color Hex

#90AFED
(144,175,237)
0 Favorites   0 Comments

Color spaces of #90afed

RGB 144175237
HSL0.610.720.75
HSV220°39°93°
CMYK 0.390.260.00   0.07
XYZ42.117642.703786.1436
Yxy42.70370.24640.2498
Hunter Lab65.34810.6862-32.4140
CIE-Lab71.35344.6699-34.3676

#90afed color RGB value is (144,175,237).

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

The process color (four color CMYK) of #90afed color hex is 0.39, 0.26, 0.00, 0.07. Web safe color of #90afed is #9999ff. Color #90afed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101111 11101101
Octal 220 257 355
Decimal 144 175 237
Hex 90 AF ED

RGB Percentages of Color #90afed

%25.90
%31.47
%42.63

CMYK Percentages of Color #90afed

%39
%26
%0
%7

Triadic Colors of #90afed

#90afed #ed90af #afed90

Analogous Colors of #90afed

#90afed #a090ed #90deed

Monochromatic Colors of #90afed

#90afed

Complementary Color

#90afed #edce90

#90afed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90afed Color Preview on White Background

Lorem ipsum dolor sit amet.

#90afed Color CSS Codes

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

#90afed Text Font Color

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

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


#90afed Background Color

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

This div background color is #90afed


#90afed Border Color

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

This div border color is #90afed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90afed


Comments

No comments written yet.

Please login to write comment.