Color Hex Logo

#c3afbf Color Hex

#C3AFBF
(195,175,191)
0 Favorites   0 Comments

Color spaces of #c3afbf

RGB 195175191
HSL0.870.140.73
HSV312°10°76°
CMYK 0.000.100.02   0.24
XYZ47.239646.023655.6839
Yxy46.02360.31720.3090
Hunter Lab67.84075.5739-1.1770
CIE-Lab73.560810.0203-5.5233

#c3afbf color RGB value is (195,175,191).

#c3afbf hex color red value is 195, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #c3afbf hue: 0.87 , saturation: 0.14 and the lightness value of c3afbf is 0.73.

The process color (four color CMYK) of #c3afbf color hex is 0.00, 0.10, 0.02, 0.24. Web safe color of #c3afbf is #cc99cc. Color #c3afbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10101111 10111111
Octal 303 257 277
Decimal 195 175 191
Hex C3 AF BF

RGB Percentages of Color #c3afbf

%34.76
%31.19
%34.05

CMYK Percentages of Color #c3afbf

%0
%10
%2
%24

Triadic Colors of #c3afbf

#c3afbf #bfc3af #afbfc3

Analogous Colors of #c3afbf

#c3afbf #c3afb5 #bdafc3

Monochromatic Colors of #c3afbf

#c3afbf

Complementary Color

#c3afbf #afc3b3

#c3afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3afbf Color CSS Codes

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

#c3afbf Text Font Color

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

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


#c3afbf Background Color

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

This div background color is #c3afbf


#c3afbf Border Color

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

This div border color is #c3afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3afbf


Comments

No comments written yet.

Please login to write comment.