Color Hex Logo

#c3bdab Color Hex

#C3BDAB
(195,189,171)
0 Favorites   0 Comments

Color spaces of #c3bdab

RGB 195189171
HSL0.130.170.72
HSV45°12°76°
CMYK 0.000.030.12   0.24
XYZ48.054050.937645.8273
Yxy50.93760.33180.3517
Hunter Lab71.3706-4.714011.8891
CIE-Lab76.6412-0.99409.8435

#c3bdab color RGB value is (195,189,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10111101 10101011
Octal 303 275 253
Decimal 195 189 171
Hex C3 BD AB

RGB Percentages of Color #c3bdab

%35.14
%34.05
%30.81

CMYK Percentages of Color #c3bdab

%0
%3
%12
%24

Triadic Colors of #c3bdab

#c3bdab #abc3bd #bdabc3

Analogous Colors of #c3bdab

#c3bdab #bdc3ab #c3b1ab

Monochromatic Colors of #c3bdab

#c3bdab

Complementary Color

#c3bdab #abb1c3

#c3bdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3bdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3bdab Color CSS Codes

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

#c3bdab Text Font Color

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

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


#c3bdab Background Color

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

This div background color is #c3bdab


#c3bdab Border Color

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

This div border color is #c3bdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3bdab


Comments

No comments written yet.

Please login to write comment.