Color Hex Logo

#c2adbf Color Hex

#C2ADBF
(194,173,191)
0 Favorites   0 Comments

Color spaces of #c2adbf

RGB 194173191
HSL0.860.150.72
HSV309°11°76°
CMYK 0.000.110.02   0.24
XYZ46.595745.118155.5430
Yxy45.11810.31640.3064
Hunter Lab67.17006.2776-2.0080
CIE-Lab72.969610.7611-6.4077

#c2adbf color RGB value is (194,173,191).

#c2adbf hex color red value is 194, green value is 173 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c2adbf hue: 0.86 , saturation: 0.15 and the lightness value of c2adbf is 0.72.

The process color (four color CMYK) of #c2adbf color hex is 0.00, 0.11, 0.02, 0.24. Web safe color of #c2adbf is #cc99cc. Color #c2adbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10101101 10111111
Octal 302 255 277
Decimal 194 173 191
Hex C2 AD BF

RGB Percentages of Color #c2adbf

%34.77
%31.00
%34.23

CMYK Percentages of Color #c2adbf

%0
%11
%2
%24

Triadic Colors of #c2adbf

#c2adbf #bfc2ad #adbfc2

Analogous Colors of #c2adbf

#c2adbf #c2adb5 #bbadc2

Monochromatic Colors of #c2adbf

#c2adbf

Complementary Color

#c2adbf #adc2b0

#c2adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2adbf Color CSS Codes

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

#c2adbf Text Font Color

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

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


#c2adbf Background Color

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

This div background color is #c2adbf


#c2adbf Border Color

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

This div border color is #c2adbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,173,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 #c2adbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2adbf


Comments

No comments written yet.

Please login to write comment.