Color Hex Logo

#adcfc0 Color Hex

#ADCFC0
(173,207,192)
0 Favorites   0 Comments

Color spaces of #adcfc0

RGB 173207192
HSL0.430.260.75
HSV154°16°81°
CMYK 0.160.000.07   0.19
XYZ49.060857.315758.3464
Yxy57.31570.29780.3480
Hunter Lab75.7071-16.81347.3010
CIE-Lab80.3568-14.24713.6844

#adcfc0 color RGB value is (173,207,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11000000
Octal 255 317 300
Decimal 173 207 192
Hex AD CF C0

RGB Percentages of Color #adcfc0

%30.24
%36.19
%33.57

CMYK Percentages of Color #adcfc0

%16
%0
%7
%19

Triadic Colors of #adcfc0

#adcfc0 #c0adcf #cfc0ad

Analogous Colors of #adcfc0

#adcfc0 #adcdcf #adcfaf

Monochromatic Colors of #adcfc0

#adcfc0

Complementary Color

#adcfc0 #cfadbc

#adcfc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfc0 Color CSS Codes

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

#adcfc0 Text Font Color

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

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


#adcfc0 Background Color

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

This div background color is #adcfc0


#adcfc0 Border Color

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

This div border color is #adcfc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfc0


Comments

No comments written yet.

Please login to write comment.