Color Hex Logo

#9af0dd Color Hex

#9AF0DD
(154,240,221)
0 Favorites   0 Comments

Color spaces of #9af0dd

RGB 154240221
HSL0.460.740.77
HSV167°36°94°
CMYK 0.360.000.08   0.06
XYZ57.537774.410779.7368
Yxy74.41070.27180.3515
Hunter Lab86.2616-31.89595.5778
CIE-Lab89.1162-30.11870.9623

#9af0dd color RGB value is (154,240,221).

#9af0dd hex color red value is 154, green value is 240 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9af0dd hue: 0.46 , saturation: 0.74 and the lightness value of 9af0dd is 0.77.

The process color (four color CMYK) of #9af0dd color hex is 0.36, 0.00, 0.08, 0.06. Web safe color of #9af0dd is #99ffcc. Color #9af0dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11110000 11011101
Octal 232 360 335
Decimal 154 240 221
Hex 9A F0 DD

RGB Percentages of Color #9af0dd

%25.04
%39.02
%35.93

CMYK Percentages of Color #9af0dd

%36
%0
%8
%6

Triadic Colors of #9af0dd

#9af0dd #dd9af0 #f0dd9a

Analogous Colors of #9af0dd

#9af0dd #9ad8f0 #9af0b2

Monochromatic Colors of #9af0dd

#9af0dd

Complementary Color

#9af0dd #f09aad

#9af0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9af0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9af0dd Color CSS Codes

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

#9af0dd Text Font Color

<p style="color:#9af0dd">Text here</p>

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


#9af0dd Background Color

<div style="background-color:#9af0dd">
Div content here</div>

This div background color is #9af0dd


#9af0dd Border Color

<div style="border:3px solid #9af0dd">
Div here</div>

This div border color is #9af0dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,240,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9af0dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9af0dd;
  -webkit-box-shadow: 1px 1px 3px 2px #9af0dd;
  box-shadow:         1px 1px 3px 2px #9af0dd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,240,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 #9af0dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9af0dd


Comments

No comments written yet.

Please login to write comment.