Color Hex Logo

#c5beaf Color Hex

#C5BEAF
(197,190,175)
0 Favorites   0 Comments

Color spaces of #c5beaf

RGB 197190175
HSL0.110.160.73
HSV41°11°77°
CMYK 0.000.040.11   0.23
XYZ49.177351.792447.9624
Yxy51.79240.33020.3478
Hunter Lab71.9669-3.967410.8630
CIE-Lab77.1565-0.13558.4396

#c5beaf color RGB value is (197,190,175).

#c5beaf hex color red value is 197, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #c5beaf hue: 0.11 , saturation: 0.16 and the lightness value of c5beaf is 0.73.

The process color (four color CMYK) of #c5beaf color hex is 0.00, 0.04, 0.11, 0.23. Web safe color of #c5beaf is #cccc99. Color #c5beaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111110 10101111
Octal 305 276 257
Decimal 197 190 175
Hex C5 BE AF

RGB Percentages of Color #c5beaf

%35.05
%33.81
%31.14

CMYK Percentages of Color #c5beaf

%0
%4
%11
%23

Triadic Colors of #c5beaf

#c5beaf #afc5be #beafc5

Analogous Colors of #c5beaf

#c5beaf #c1c5af #c5b3af

Monochromatic Colors of #c5beaf

#c5beaf

Complementary Color

#c5beaf #afb6c5

#c5beaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5beaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5beaf Color CSS Codes

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

#c5beaf Text Font Color

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

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


#c5beaf Background Color

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

This div background color is #c5beaf


#c5beaf Border Color

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

This div border color is #c5beaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5beaf


Comments

No comments written yet.

Please login to write comment.