Color Hex Logo

#c3ae9b Color Hex

#C3AE9B
(195,174,155)
0 Favorites   0 Comments

Color spaces of #c3ae9b

RGB 195174155
HSL0.080.250.69
HSV29°21°76°
CMYK 0.000.110.21   0.24
XYZ43.558144.240837.2539
Yxy44.24080.34830.3538
Hunter Lab66.51380.495913.3517
CIE-Lab72.38924.502612.5114

#c3ae9b color RGB value is (195,174,155).

#c3ae9b hex color red value is 195, green value is 174 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #c3ae9b hue: 0.08 , saturation: 0.25 and the lightness value of c3ae9b is 0.69.

The process color (four color CMYK) of #c3ae9b color hex is 0.00, 0.11, 0.21, 0.24. Web safe color of #c3ae9b is #cc9999. Color #c3ae9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101110 10011011
Octal 303 256 233
Decimal 195 174 155
Hex C3 AE 9B

RGB Percentages of Color #c3ae9b

%37.21
%33.21
%29.58

CMYK Percentages of Color #c3ae9b

%0
%11
%21
%24

Triadic Colors of #c3ae9b

#c3ae9b #9bc3ae #ae9bc3

Analogous Colors of #c3ae9b

#c3ae9b #c3c29b #c39b9c

Monochromatic Colors of #c3ae9b

#c3ae9b

Complementary Color

#c3ae9b #9bb0c3

#c3ae9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ae9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ae9b Color CSS Codes

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

#c3ae9b Text Font Color

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

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


#c3ae9b Background Color

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

This div background color is #c3ae9b


#c3ae9b Border Color

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

This div border color is #c3ae9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ae9b


Comments

No comments written yet.

Please login to write comment.