Color Hex Logo

#9acfdc Color Hex

#9ACFDC
(154,207,220)
0 Favorites   0 Comments

Color spaces of #9acfdc

RGB 154207220
HSL0.530.490.73
HSV192°30°86°
CMYK 0.300.060.00   0.14
XYZ48.557556.663076.0879
Yxy56.66300.26780.3125
Hunter Lab75.2748-16.5860-7.2380
CIE-Lab79.9897-14.0408-11.9802

#9acfdc color RGB value is (154,207,220).

#9acfdc hex color red value is 154, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9acfdc hue: 0.53 , saturation: 0.49 and the lightness value of 9acfdc is 0.73.

The process color (four color CMYK) of #9acfdc color hex is 0.30, 0.06, 0.00, 0.14. Web safe color of #9acfdc is #99cccc. Color #9acfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001111 11011100
Octal 232 317 334
Decimal 154 207 220
Hex 9A CF DC

RGB Percentages of Color #9acfdc

%26.51
%35.63
%37.87

CMYK Percentages of Color #9acfdc

%30
%6
%0
%14

Triadic Colors of #9acfdc

#9acfdc #dc9acf #cfdc9a

Analogous Colors of #9acfdc

#9acfdc #9aaedc #9adcc8

Monochromatic Colors of #9acfdc

#9acfdc

Complementary Color

#9acfdc #dca79a

#9acfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9acfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9acfdc Color CSS Codes

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

#9acfdc Text Font Color

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

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


#9acfdc Background Color

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

This div background color is #9acfdc


#9acfdc Border Color

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

This div border color is #9acfdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,207,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9acfdc


Comments

No comments written yet.

Please login to write comment.