Color Hex Logo

#c3caaf Color Hex

#C3CAAF
(195,202,175)
0 Favorites   0 Comments

Color spaces of #c3caaf

RGB 195202175
HSL0.210.200.74
HSV76°13°79°
CMYK 0.030.000.13   0.21
XYZ51.364156.938348.8405
Yxy56.93830.32690.3623
Hunter Lab75.4575-10.545214.4443
CIE-Lab80.1449-7.152612.6689

#c3caaf color RGB value is (195,202,175).

#c3caaf hex color red value is 195, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c3caaf hue: 0.21 , saturation: 0.20 and the lightness value of c3caaf is 0.74.

The process color (four color CMYK) of #c3caaf color hex is 0.03, 0.00, 0.13, 0.21. Web safe color of #c3caaf is #cccc99. Color #c3caaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 11001010 10101111
Octal 303 312 257
Decimal 195 202 175
Hex C3 CA AF

RGB Percentages of Color #c3caaf

%34.09
%35.31
%30.59

CMYK Percentages of Color #c3caaf

%3
%0
%13
%21

Triadic Colors of #c3caaf

#c3caaf #afc3ca #caafc3

Analogous Colors of #c3caaf

#c3caaf #b6caaf #cac4af

Monochromatic Colors of #c3caaf

#c3caaf

Complementary Color

#c3caaf #b6afca

#c3caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3caaf Color CSS Codes

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

#c3caaf Text Font Color

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

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


#c3caaf Background Color

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

This div background color is #c3caaf


#c3caaf Border Color

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

This div border color is #c3caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3caaf


Comments

No comments written yet.

Please login to write comment.