Color Hex Logo

#c3bdad Color Hex

#C3BDAD
(195,189,173)
0 Favorites   0 Comments

Color spaces of #c3bdad

RGB 195189173
HSL0.120.150.72
HSV44°11°76°
CMYK 0.000.030.11   0.24
XYZ48.246151.014446.8391
Yxy51.01440.33020.3492
Hunter Lab71.4244-4.418511.1155
CIE-Lab76.6877-0.66458.8287

#c3bdad color RGB value is (195,189,173).

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

The process color (four color CMYK) of #c3bdad color hex is 0.00, 0.03, 0.11, 0.24. Web safe color of #c3bdad is #cccc99. Color #c3bdad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111101 10101101
Octal 303 275 255
Decimal 195 189 173
Hex C3 BD AD

RGB Percentages of Color #c3bdad

%35.01
%33.93
%31.06

CMYK Percentages of Color #c3bdad

%0
%3
%11
%24

Triadic Colors of #c3bdad

#c3bdad #adc3bd #bdadc3

Analogous Colors of #c3bdad

#c3bdad #bec3ad #c3b2ad

Monochromatic Colors of #c3bdad

#c3bdad

Complementary Color

#c3bdad #adb3c3

#c3bdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bdad Color CSS Codes

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

#c3bdad Text Font Color

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

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


#c3bdad Background Color

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

This div background color is #c3bdad


#c3bdad Border Color

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

This div border color is #c3bdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bdad


Comments

No comments written yet.

Please login to write comment.