Color Hex Logo

#c3ada0 Color Hex

#C3ADA0
(195,173,160)
0 Favorites   0 Comments

Color spaces of #c3ada0

RGB 195173160
HSL0.060.230.70
HSV22°18°76°
CMYK 0.000.110.18   0.24
XYZ43.794444.027339.4476
Yxy44.02730.34410.3459
Hunter Lab66.35311.695811.1986
CIE-Lab72.24675.81239.5723

#c3ada0 color RGB value is (195,173,160).

#c3ada0 hex color red value is 195, green value is 173 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #c3ada0 hue: 0.06 , saturation: 0.23 and the lightness value of c3ada0 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101101 10100000
Octal 303 255 240
Decimal 195 173 160
Hex C3 AD A0

RGB Percentages of Color #c3ada0

%36.93
%32.77
%30.30

CMYK Percentages of Color #c3ada0

%0
%11
%18
%24

Triadic Colors of #c3ada0

#c3ada0 #a0c3ad #ada0c3

Analogous Colors of #c3ada0

#c3ada0 #c3bfa0 #c3a0a5

Monochromatic Colors of #c3ada0

#c3ada0

Complementary Color

#c3ada0 #a0b6c3

#c3ada0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3ada0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3ada0 Color CSS Codes

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

#c3ada0 Text Font Color

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

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


#c3ada0 Background Color

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

This div background color is #c3ada0


#c3ada0 Border Color

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

This div border color is #c3ada0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3ada0


Comments

No comments written yet.

Please login to write comment.