Color Hex Logo

#adcfc2 Color Hex

#ADCFC2
(173,207,194)
0 Favorites   0 Comments

Color spaces of #adcfc2

RGB 173207194
HSL0.440.260.75
HSV157°16°81°
CMYK 0.160.000.06   0.19
XYZ49.284057.404959.5217
Yxy57.40490.29650.3454
Hunter Lab75.7660-16.48056.4581
CIE-Lab80.4068-13.85512.6870

#adcfc2 color RGB value is (173,207,194).

#adcfc2 hex color red value is 173, green value is 207 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #adcfc2 hue: 0.44 , saturation: 0.26 and the lightness value of adcfc2 is 0.75.

The process color (four color CMYK) of #adcfc2 color hex is 0.16, 0.00, 0.06, 0.19. Web safe color of #adcfc2 is #99cccc. Color #adcfc2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11000010
Octal 255 317 302
Decimal 173 207 194
Hex AD CF C2

RGB Percentages of Color #adcfc2

%30.14
%36.06
%33.80

CMYK Percentages of Color #adcfc2

%16
%0
%6
%19

Triadic Colors of #adcfc2

#adcfc2 #c2adcf #cfc2ad

Analogous Colors of #adcfc2

#adcfc2 #adcbcf #adcfb1

Monochromatic Colors of #adcfc2

#adcfc2

Complementary Color

#adcfc2 #cfadba

#adcfc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfc2 Color CSS Codes

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

#adcfc2 Text Font Color

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

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


#adcfc2 Background Color

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

This div background color is #adcfc2


#adcfc2 Border Color

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

This div border color is #adcfc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfc2


Comments

No comments written yet.

Please login to write comment.