Color Hex Logo

#adf9cc Color Hex

#ADF9CC
(173,249,204)
0 Favorites   0 Comments

Color spaces of #adf9cc

RGB 173249204
HSL0.400.860.83
HSV144°31°98°
CMYK 0.310.000.18   0.02
XYZ62.008380.995269.4922
Yxy80.99520.29180.3812
Hunter Lab89.9973-34.508617.2169
CIE-Lab92.1296-32.424514.2347

#adf9cc color RGB value is (173,249,204).

#adf9cc hex color red value is 173, green value is 249 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #adf9cc hue: 0.40 , saturation: 0.86 and the lightness value of adf9cc is 0.83.

The process color (four color CMYK) of #adf9cc color hex is 0.31, 0.00, 0.18, 0.02. Web safe color of #adf9cc is #99ffcc. Color #adf9cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111001 11001100
Octal 255 371 314
Decimal 173 249 204
Hex AD F9 CC

RGB Percentages of Color #adf9cc

%27.64
%39.78
%32.59

CMYK Percentages of Color #adf9cc

%31
%0
%18
%2

Triadic Colors of #adf9cc

#adf9cc #ccadf9 #f9ccad

Analogous Colors of #adf9cc

#adf9cc #adf9f2 #b4f9ad

Monochromatic Colors of #adf9cc

#adf9cc

Complementary Color

#adf9cc #f9adda

#adf9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf9cc Color CSS Codes

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

#adf9cc Text Font Color

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

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


#adf9cc Background Color

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

This div background color is #adf9cc


#adf9cc Border Color

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

This div border color is #adf9cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,249,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #adf9cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #adf9cc;
  -webkit-box-shadow: 1px 1px 3px 2px #adf9cc;
  box-shadow:         1px 1px 3px 2px #adf9cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,249,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf9cc


Comments

No comments written yet.

Please login to write comment.