Color Hex Logo

#c2bea4 Color Hex

#C2BEA4
(194,190,164)
0 Favorites   0 Comments

Color spaces of #c2bea4

RGB 194190164
HSL0.140.200.70
HSV52°15°76°
CMYK 0.000.020.15   0.24
XYZ47.362450.976642.4652
Yxy50.97660.33640.3620
Hunter Lab71.3979-6.536814.7147
CIE-Lab76.6648-3.016113.6431

#c2bea4 color RGB value is (194,190,164).

#c2bea4 hex color red value is 194, green value is 190 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #c2bea4 hue: 0.14 , saturation: 0.20 and the lightness value of c2bea4 is 0.70.

The process color (four color CMYK) of #c2bea4 color hex is 0.00, 0.02, 0.15, 0.24. Web safe color of #c2bea4 is #cccc99. Color #c2bea4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111110 10100100
Octal 302 276 244
Decimal 194 190 164
Hex C2 BE A4

RGB Percentages of Color #c2bea4

%35.40
%34.67
%29.93

CMYK Percentages of Color #c2bea4

%0
%2
%15
%24

Triadic Colors of #c2bea4

#c2bea4 #a4c2be #bea4c2

Analogous Colors of #c2bea4

#c2bea4 #b7c2a4 #c2afa4

Monochromatic Colors of #c2bea4

#c2bea4

Complementary Color

#c2bea4 #a4a8c2

#c2bea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bea4 Color CSS Codes

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

#c2bea4 Text Font Color

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

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


#c2bea4 Background Color

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

This div background color is #c2bea4


#c2bea4 Border Color

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

This div border color is #c2bea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bea4


Comments

No comments written yet.

Please login to write comment.