Color Hex Logo

#adcabf Color Hex

#ADCABF
(173,202,191)
0 Favorites   0 Comments

Color spaces of #adcabf

RGB 173202191
HSL0.440.210.74
HSV157°14°79°
CMYK 0.140.000.05   0.21
XYZ47.758154.886957.3673
Yxy54.88690.29850.3430
Hunter Lab74.0857-14.58295.9495
CIE-Lab78.9761-11.87742.2175

#adcabf color RGB value is (173,202,191).

#adcabf hex color red value is 173, green value is 202 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #adcabf hue: 0.44 , saturation: 0.21 and the lightness value of adcabf is 0.74.

The process color (four color CMYK) of #adcabf color hex is 0.14, 0.00, 0.05, 0.21. Web safe color of #adcabf is #99cccc. Color #adcabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 10111111
Octal 255 312 277
Decimal 173 202 191
Hex AD CA BF

RGB Percentages of Color #adcabf

%30.57
%35.69
%33.75

CMYK Percentages of Color #adcabf

%14
%0
%5
%21

Triadic Colors of #adcabf

#adcabf #bfadca #cabfad

Analogous Colors of #adcabf

#adcabf #adc7ca #adcab1

Monochromatic Colors of #adcabf

#adcabf

Complementary Color

#adcabf #caadb8

#adcabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcabf Color CSS Codes

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

#adcabf Text Font Color

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

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


#adcabf Background Color

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

This div background color is #adcabf


#adcabf Border Color

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

This div border color is #adcabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcabf


Comments

No comments written yet.

Please login to write comment.