Color Hex Logo

#c5bfa0 Color Hex

#C5BFA0
(197,191,160)
0 Favorites   0 Comments

Color spaces of #c5bfa0

RGB 197191160
HSL0.140.240.70
HSV50°19°77°
CMYK 0.000.030.19   0.23
XYZ48.001951.670040.7010
Yxy51.67000.34200.3681
Hunter Lab71.8818-6.592916.7461
CIE-Lab77.0831-3.042816.4165

#c5bfa0 color RGB value is (197,191,160).

#c5bfa0 hex color red value is 197, green value is 191 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #c5bfa0 hue: 0.14 , saturation: 0.24 and the lightness value of c5bfa0 is 0.70.

The process color (four color CMYK) of #c5bfa0 color hex is 0.00, 0.03, 0.19, 0.23. Web safe color of #c5bfa0 is #cccc99. Color #c5bfa0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111111 10100000
Octal 305 277 240
Decimal 197 191 160
Hex C5 BF A0

RGB Percentages of Color #c5bfa0

%35.95
%34.85
%29.20

CMYK Percentages of Color #c5bfa0

%0
%3
%19
%23

Triadic Colors of #c5bfa0

#c5bfa0 #a0c5bf #bfa0c5

Analogous Colors of #c5bfa0

#c5bfa0 #b9c5a0 #c5ada0

Monochromatic Colors of #c5bfa0

#c5bfa0

Complementary Color

#c5bfa0 #a0a6c5

#c5bfa0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5bfa0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5bfa0 Color CSS Codes

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

#c5bfa0 Text Font Color

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

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


#c5bfa0 Background Color

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

This div background color is #c5bfa0


#c5bfa0 Border Color

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

This div border color is #c5bfa0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5bfa0


Comments

No comments written yet.

Please login to write comment.