Color Hex Logo

#9afbdd Color Hex

#9AFBDD
(154,251,221)
0 Favorites   0 Comments

Color spaces of #9afbdd

RGB 154251221
HSL0.450.920.79
HSV161°39°98°
CMYK 0.390.000.12   0.02
XYZ60.874881.084880.8491
Yxy81.08480.27320.3639
Hunter Lab90.0471-36.91069.7992
CIE-Lab92.1694-35.25505.3921

#9afbdd color RGB value is (154,251,221).

#9afbdd hex color red value is 154, green value is 251 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9afbdd hue: 0.45 , saturation: 0.92 and the lightness value of 9afbdd is 0.79.

The process color (four color CMYK) of #9afbdd color hex is 0.39, 0.00, 0.12, 0.02. Web safe color of #9afbdd is #99ffcc. Color #9afbdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11111011 11011101
Octal 232 373 335
Decimal 154 251 221
Hex 9A FB DD

RGB Percentages of Color #9afbdd

%24.60
%40.10
%35.30

CMYK Percentages of Color #9afbdd

%39
%0
%12
%2

Triadic Colors of #9afbdd

#9afbdd #dd9afb #fbdd9a

Analogous Colors of #9afbdd

#9afbdd #9ae9fb #9afbad

Monochromatic Colors of #9afbdd

#9afbdd

Complementary Color

#9afbdd #fb9ab8

#9afbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9afbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9afbdd Color CSS Codes

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

#9afbdd Text Font Color

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

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


#9afbdd Background Color

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

This div background color is #9afbdd


#9afbdd Border Color

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

This div border color is #9afbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9afbdd

Related Colors


Comments

No comments written yet.

Please login to write comment.