Color Hex Logo

#adf6cd Color Hex

#ADF6CD
(173,246,205)
0 Favorites   0 Comments

Color spaces of #adf6cd

RGB 173246205
HSL0.410.800.82
HSV146°30°96°
CMYK 0.300.000.17   0.04
XYZ61.208879.203569.8194
Yxy79.20350.29110.3767
Hunter Lab88.9963-32.977115.7833
CIE-Lab91.3263-30.834012.5799

#adf6cd color RGB value is (173,246,205).

#adf6cd hex color red value is 173, green value is 246 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #adf6cd hue: 0.41 , saturation: 0.80 and the lightness value of adf6cd is 0.82.

The process color (four color CMYK) of #adf6cd color hex is 0.30, 0.00, 0.17, 0.04. Web safe color of #adf6cd is #99ffcc. Color #adf6cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110110 11001101
Octal 255 366 315
Decimal 173 246 205
Hex AD F6 CD

RGB Percentages of Color #adf6cd

%27.72
%39.42
%32.85

CMYK Percentages of Color #adf6cd

%30
%0
%17
%4

Triadic Colors of #adf6cd

#adf6cd #cdadf6 #f6cdad

Analogous Colors of #adf6cd

#adf6cd #adf6f2 #b2f6ad

Monochromatic Colors of #adf6cd

#adf6cd

Complementary Color

#adf6cd #f6add6

#adf6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf6cd Color CSS Codes

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

#adf6cd Text Font Color

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

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


#adf6cd Background Color

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

This div background color is #adf6cd


#adf6cd Border Color

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

This div border color is #adf6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf6cd


Comments

No comments written yet.

Please login to write comment.