Color Hex Logo

#90acdf Color Hex

#90ACDF
(144,172,223)
0 Favorites   0 Comments

Color spaces of #90acdf

RGB 144172223
HSL0.610.550.72
HSV219°35°87°
CMYK 0.350.230.00   0.13
XYZ39.573440.762175.5942
Yxy40.76210.25380.2614
Hunter Lab63.8452-1.0888-25.5091
CIE-Lab70.00892.6295-28.8037

#90acdf color RGB value is (144,172,223).

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

The process color (four color CMYK) of #90acdf color hex is 0.35, 0.23, 0.00, 0.13. Web safe color of #90acdf is #9999cc. Color #90acdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101100 11011111
Octal 220 254 337
Decimal 144 172 223
Hex 90 AC DF

RGB Percentages of Color #90acdf

%26.72
%31.91
%41.37

CMYK Percentages of Color #90acdf

%35
%23
%0
%13

Triadic Colors of #90acdf

#90acdf #df90ac #acdf90

Analogous Colors of #90acdf

#90acdf #9c90df #90d4df

Monochromatic Colors of #90acdf

#90acdf

Complementary Color

#90acdf #dfc390

#90acdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90acdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#90acdf Color CSS Codes

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

#90acdf Text Font Color

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

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


#90acdf Background Color

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

This div background color is #90acdf


#90acdf Border Color

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

This div border color is #90acdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90acdf


Comments

No comments written yet.

Please login to write comment.