Color Hex Logo

#adfdca Color Hex

#ADFDCA
(173,253,202)
0 Favorites   0 Comments

Color spaces of #adfdca

RGB 173253202
HSL0.390.950.84
HSV142°32°99°
CMYK 0.320.000.20   0.01
XYZ63.019583.399168.6533
Yxy83.39910.29300.3878
Hunter Lab91.3231-36.637619.3542
CIE-Lab93.1889-34.646116.7568

#adfdca color RGB value is (173,253,202).

#adfdca hex color red value is 173, green value is 253 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #adfdca hue: 0.39 , saturation: 0.95 and the lightness value of adfdca is 0.84.

The process color (four color CMYK) of #adfdca color hex is 0.32, 0.00, 0.20, 0.01. Web safe color of #adfdca is #99ffcc. Color #adfdca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 11001010
Octal 255 375 312
Decimal 173 253 202
Hex AD FD CA

RGB Percentages of Color #adfdca

%27.55
%40.29
%32.17

CMYK Percentages of Color #adfdca

%32
%0
%20
%1

Triadic Colors of #adfdca

#adfdca #caadfd #fdcaad

Analogous Colors of #adfdca

#adfdca #adfdf2 #b8fdad

Monochromatic Colors of #adfdca

#adfdca

Complementary Color

#adfdca #fdade0

#adfdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfdca Color CSS Codes

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

#adfdca Text Font Color

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

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


#adfdca Background Color

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

This div background color is #adfdca


#adfdca Border Color

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

This div border color is #adfdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfdca

Related Colors


Comments

No comments written yet.

Please login to write comment.