Color Hex Logo

#c2bea5 Color Hex

#C2BEA5
(194,190,165)
0 Favorites   0 Comments

Color spaces of #c2bea5

RGB 194190165
HSL0.140.190.70
HSV52°15°76°
CMYK 0.000.020.15   0.24
XYZ47.453151.012942.9427
Yxy51.01290.33560.3607
Hunter Lab71.4233-6.396814.3487
CIE-Lab76.6868-2.858013.1354

#c2bea5 color RGB value is (194,190,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111110 10100101
Octal 302 276 245
Decimal 194 190 165
Hex C2 BE A5

RGB Percentages of Color #c2bea5

%35.34
%34.61
%30.05

CMYK Percentages of Color #c2bea5

%0
%2
%15
%24

Triadic Colors of #c2bea5

#c2bea5 #a5c2be #bea5c2

Analogous Colors of #c2bea5

#c2bea5 #b8c2a5 #c2b0a5

Monochromatic Colors of #c2bea5

#c2bea5

Complementary Color

#c2bea5 #a5a9c2

#c2bea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2bea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2bea5 Color CSS Codes

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

#c2bea5 Text Font Color

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

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


#c2bea5 Background Color

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

This div background color is #c2bea5


#c2bea5 Border Color

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

This div border color is #c2bea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2bea5


Comments

No comments written yet.

Please login to write comment.