Color Hex Logo

#90adda Color Hex

#90ADDA
(144,173,218)
0 Favorites   0 Comments

Color spaces of #90adda

RGB 144173218
HSL0.600.500.71
HSV216°34°85°
CMYK 0.340.210.00   0.15
XYZ39.100140.878472.1592
Yxy40.87840.25700.2687
Hunter Lab63.9362-2.7270-22.1601
CIE-Lab70.09060.7828-25.9387

#90adda color RGB value is (144,173,218).

#90adda hex color red value is 144, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #90adda hue: 0.60 , saturation: 0.50 and the lightness value of 90adda is 0.71.

The process color (four color CMYK) of #90adda color hex is 0.34, 0.21, 0.00, 0.15. Web safe color of #90adda is #9999cc. Color #90adda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101101 11011010
Octal 220 255 332
Decimal 144 173 218
Hex 90 AD DA

RGB Percentages of Color #90adda

%26.92
%32.34
%40.75

CMYK Percentages of Color #90adda

%34
%21
%0
%15

Triadic Colors of #90adda

#90adda #da90ad #adda90

Analogous Colors of #90adda

#90adda #9890da #90d2da

Monochromatic Colors of #90adda

#90adda

Complementary Color

#90adda #dabd90

#90adda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90adda Color Preview on White Background

Lorem ipsum dolor sit amet.

#90adda Color CSS Codes

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

#90adda Text Font Color

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

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


#90adda Background Color

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

This div background color is #90adda


#90adda Border Color

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

This div border color is #90adda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90adda


Comments

No comments written yet.

Please login to write comment.