Color Hex Logo

#c3adaf Color Hex

#C3ADAF
(195,173,175)
0 Favorites   0 Comments

Color spaces of #c3adaf

RGB 195173175
HSL0.980.150.72
HSV355°11°76°
CMYK 0.000.110.10   0.24
XYZ45.187144.584446.7815
Yxy44.58440.33090.3265
Hunter Lab66.77163.94825.2003
CIE-Lab72.61748.26571.8728

#c3adaf color RGB value is (195,173,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101101 10101111
Octal 303 255 257
Decimal 195 173 175
Hex C3 AD AF

RGB Percentages of Color #c3adaf

%35.91
%31.86
%32.23

CMYK Percentages of Color #c3adaf

%0
%11
%10
%24

Triadic Colors of #c3adaf

#c3adaf #afc3ad #adafc3

Analogous Colors of #c3adaf

#c3adaf #c3b6ad #c3adba

Monochromatic Colors of #c3adaf

#c3adaf

Complementary Color

#c3adaf #adc3c1

#c3adaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3adaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3adaf Color CSS Codes

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

#c3adaf Text Font Color

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

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


#c3adaf Background Color

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

This div background color is #c3adaf


#c3adaf Border Color

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

This div border color is #c3adaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,173,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 #c3adaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3adaf


Comments

No comments written yet.

Please login to write comment.