Color Hex Logo

#adcfb1 Color Hex

#ADCFB1
(173,207,177)
0 Favorites   0 Comments

Color spaces of #adcfb1

RGB 173207177
HSL0.350.260.75
HSV127°16°81°
CMYK 0.160.000.14   0.19
XYZ47.482256.684250.0335
Yxy56.68420.30790.3676
Hunter Lab75.2889-19.181613.3009
CIE-Lab80.0016-17.064911.1854

#adcfb1 color RGB value is (173,207,177).

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

The process color (four color CMYK) of #adcfb1 color hex is 0.16, 0.00, 0.14, 0.19. Web safe color of #adcfb1 is #99cc99. Color #adcfb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001111 10110001
Octal 255 317 261
Decimal 173 207 177
Hex AD CF B1

RGB Percentages of Color #adcfb1

%31.06
%37.16
%31.78

CMYK Percentages of Color #adcfb1

%16
%0
%14
%19

Triadic Colors of #adcfb1

#adcfb1 #b1adcf #cfb1ad

Analogous Colors of #adcfb1

#adcfb1 #adcfc2 #bacfad

Monochromatic Colors of #adcfb1

#adcfb1

Complementary Color

#adcfb1 #cfadcb

#adcfb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcfb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcfb1 Color CSS Codes

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

#adcfb1 Text Font Color

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

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


#adcfb1 Background Color

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

This div background color is #adcfb1


#adcfb1 Border Color

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

This div border color is #adcfb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcfb1


Comments

No comments written yet.

Please login to write comment.