Color Hex Logo

#adcfc4 Color Hex

#ADCFC4
(173,207,196)
0 Favorites   0 Comments

Color spaces of #adcfc4

RGB 173207196
HSL0.450.260.75
HSV161°16°81°
CMYK 0.160.000.05   0.19
XYZ49.510257.495460.7128
Yxy57.49540.29520.3428
Hunter Lab75.8257-16.14395.6052
CIE-Lab80.4574-13.45981.6907

#adcfc4 color RGB value is (173,207,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 11000100
Octal 255 317 304
Decimal 173 207 196
Hex AD CF C4

RGB Percentages of Color #adcfc4

%30.03
%35.94
%34.03

CMYK Percentages of Color #adcfc4

%16
%0
%5
%19

Triadic Colors of #adcfc4

#adcfc4 #c4adcf #cfc4ad

Analogous Colors of #adcfc4

#adcfc4 #adc9cf #adcfb3

Monochromatic Colors of #adcfc4

#adcfc4

Complementary Color

#adcfc4 #cfadb8

#adcfc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfc4 Color CSS Codes

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

#adcfc4 Text Font Color

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

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


#adcfc4 Background Color

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

This div background color is #adcfc4


#adcfc4 Border Color

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

This div border color is #adcfc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfc4


Comments

No comments written yet.

Please login to write comment.