Color Hex Logo

#c5beaa Color Hex

#C5BEAA
(197,190,170)
0 Favorites   1 Comments

Color spaces of #c5beaa

RGB 197190170
HSL0.120.190.72
HSV44°14°77°
CMYK 0.000.040.14   0.23
XYZ48.695151.599545.4234
Yxy51.59950.33420.3541
Hunter Lab71.8328-4.703112.7910
CIE-Lab77.0407-0.952710.9740

#c5beaa color RGB value is (197,190,170).

#c5beaa hex color red value is 197, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #c5beaa hue: 0.12 , saturation: 0.19 and the lightness value of c5beaa is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10111110 10101010
Octal 305 276 252
Decimal 197 190 170
Hex C5 BE AA

RGB Percentages of Color #c5beaa

%35.37
%34.11
%30.52

CMYK Percentages of Color #c5beaa

%0
%4
%14
%23

Triadic Colors of #c5beaa

#c5beaa #aac5be #beaac5

Analogous Colors of #c5beaa

#c5beaa #bfc5aa #c5b1aa

Monochromatic Colors of #c5beaa

#c5beaa

Complementary Color

#c5beaa #aab1c5

#c5beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5beaa Color CSS Codes

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

#c5beaa Text Font Color

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

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


#c5beaa Background Color

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

This div background color is #c5beaa


#c5beaa Border Color

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

This div border color is #c5beaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,190,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5beaa


Comments

2 Sep 2022, 11:02 Otranto

my gf has a bruise of this color

Please login to write comment.