Color Hex Logo

#c3adbf Color Hex

#C3ADBF
(195,173,191)
0 Favorites   0 Comments

Color spaces of #c3adbf

RGB 195173191
HSL0.860.150.72
HSV311°11°76°
CMYK 0.000.110.02   0.24
XYZ46.853245.250855.5551
Yxy45.25080.31730.3065
Hunter Lab67.26876.6064-1.8776
CIE-Lab73.056711.1104-6.2691

#c3adbf color RGB value is (195,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101101 10111111
Octal 303 255 277
Decimal 195 173 191
Hex C3 AD BF

RGB Percentages of Color #c3adbf

%34.88
%30.95
%34.17

CMYK Percentages of Color #c3adbf

%0
%11
%2
%24

Triadic Colors of #c3adbf

#c3adbf #bfc3ad #adbfc3

Analogous Colors of #c3adbf

#c3adbf #c3adb4 #bcadc3

Monochromatic Colors of #c3adbf

#c3adbf

Complementary Color

#c3adbf #adc3b1

#c3adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3adbf Color CSS Codes

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

#c3adbf Text Font Color

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

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


#c3adbf Background Color

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

This div background color is #c3adbf


#c3adbf Border Color

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

This div border color is #c3adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3adbf


Comments

No comments written yet.

Please login to write comment.