Color Hex Logo

#adcfc5 Color Hex

#ADCFC5
(173,207,197)
0 Favorites   0 Comments

Color spaces of #adcfc5

RGB 173207197
HSL0.450.260.75
HSV162°16°81°
CMYK 0.160.000.05   0.19
XYZ49.624457.541161.3144
Yxy57.54110.29450.3415
Hunter Lab75.8559-15.97425.1749
CIE-Lab80.4830-13.26081.1928

#adcfc5 color RGB value is (173,207,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11000101
Octal 255 317 305
Decimal 173 207 197
Hex AD CF C5

RGB Percentages of Color #adcfc5

%29.98
%35.88
%34.14

CMYK Percentages of Color #adcfc5

%16
%0
%5
%19

Triadic Colors of #adcfc5

#adcfc5 #c5adcf #cfc5ad

Analogous Colors of #adcfc5

#adcfc5 #adc8cf #adcfb4

Monochromatic Colors of #adcfc5

#adcfc5

Complementary Color

#adcfc5 #cfadb7

#adcfc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfc5 Color CSS Codes

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

#adcfc5 Text Font Color

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

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


#adcfc5 Background Color

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

This div background color is #adcfc5


#adcfc5 Border Color

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

This div border color is #adcfc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfc5


Comments

No comments written yet.

Please login to write comment.