Color Hex Logo

#90afdf Color Hex

#90AFDF
(144,175,223)
0 Favorites   0 Comments

Color spaces of #90afdf

RGB 144175223
HSL0.600.550.72
HSV216°35°87°
CMYK 0.350.220.00   0.13
XYZ40.150941.916975.7866
Yxy41.91690.25440.2655
Hunter Lab64.7433-2.6029-24.0829
CIE-Lab70.81360.9685-27.5664

#90afdf color RGB value is (144,175,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10101111 11011111
Octal 220 257 337
Decimal 144 175 223
Hex 90 AF DF

RGB Percentages of Color #90afdf

%26.57
%32.29
%41.14

CMYK Percentages of Color #90afdf

%35
%22
%0
%13

Triadic Colors of #90afdf

#90afdf #df90af #afdf90

Analogous Colors of #90afdf

#90afdf #9990df #90d7df

Monochromatic Colors of #90afdf

#90afdf

Complementary Color

#90afdf #dfc090

#90afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#90afdf Color CSS Codes

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

#90afdf Text Font Color

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

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


#90afdf Background Color

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

This div background color is #90afdf


#90afdf Border Color

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

This div border color is #90afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90afdf


Comments

No comments written yet.

Please login to write comment.