Color Hex Logo

#adfdcc Color Hex

#ADFDCC
(173,253,204)
0 Favorites   0 Comments

Color spaces of #adfdcc

RGB 173253204
HSL0.400.950.84
HSV143°32°99°
CMYK 0.320.000.19   0.01
XYZ63.257983.494469.9087
Yxy83.49440.29200.3854
Hunter Lab91.3753-36.333518.6015
CIE-Lab93.2305-34.276215.7895

#adfdcc color RGB value is (173,253,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111101 11001100
Octal 255 375 314
Decimal 173 253 204
Hex AD FD CC

RGB Percentages of Color #adfdcc

%27.46
%40.16
%32.38

CMYK Percentages of Color #adfdcc

%32
%0
%19
%1

Triadic Colors of #adfdcc

#adfdcc #ccadfd #fdccad

Analogous Colors of #adfdcc

#adfdcc #adfdf4 #b6fdad

Monochromatic Colors of #adfdcc

#adfdcc

Complementary Color

#adfdcc #fdadde

#adfdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfdcc Color CSS Codes

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

#adfdcc Text Font Color

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

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


#adfdcc Background Color

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

This div background color is #adfdcc


#adfdcc Border Color

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

This div border color is #adfdcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,253,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 #adfdcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfdcc

Related Colors


Comments

No comments written yet.

Please login to write comment.