Color Hex Logo

#90badd Color Hex

#90BADD
(144,186,221)
0 Favorites   0 Comments

Color spaces of #90badd

RGB 144186221
HSL0.580.530.72
HSV207°35°87°
CMYK 0.350.160.00   0.13
XYZ42.111746.267675.1176
Yxy46.26760.25760.2830
Hunter Lab68.0203-8.5253-17.8622
CIE-Lab73.7188-5.5438-22.0343

#90badd color RGB value is (144,186,221).

#90badd hex color red value is 144, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #90badd hue: 0.58 , saturation: 0.53 and the lightness value of 90badd is 0.72.

The process color (four color CMYK) of #90badd color hex is 0.35, 0.16, 0.00, 0.13. Web safe color of #90badd is #99cccc. Color #90badd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10111010 11011101
Octal 220 272 335
Decimal 144 186 221
Hex 90 BA DD

RGB Percentages of Color #90badd

%26.13
%33.76
%40.11

CMYK Percentages of Color #90badd

%35
%16
%0
%13

Triadic Colors of #90badd

#90badd #dd90ba #badd90

Analogous Colors of #90badd

#90badd #9094dd #90ddda

Monochromatic Colors of #90badd

#90badd

Complementary Color

#90badd #ddb390

#90badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#90badd Color CSS Codes

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

#90badd Text Font Color

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

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


#90badd Background Color

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

This div background color is #90badd


#90badd Border Color

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

This div border color is #90badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90badd


Comments

No comments written yet.

Please login to write comment.