Color Hex Logo

#c2b899 Color Hex

#C2B899
(194,184,153)
0 Favorites   0 Comments

Color spaces of #c2b899

RGB 194184153
HSL0.130.250.68
HSV45°21°76°
CMYK 0.000.050.21   0.24
XYZ45.138448.050237.0326
Yxy48.05020.34660.3690
Hunter Lab69.3183-5.072016.8477
CIE-Lab74.8566-1.526217.0431

#c2b899 color RGB value is (194,184,153).

#c2b899 hex color red value is 194, green value is 184 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #c2b899 hue: 0.13 , saturation: 0.25 and the lightness value of c2b899 is 0.68.

The process color (four color CMYK) of #c2b899 color hex is 0.00, 0.05, 0.21, 0.24. Web safe color of #c2b899 is #cccc99. Color #c2b899 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10111000 10011001
Octal 302 270 231
Decimal 194 184 153
Hex C2 B8 99

RGB Percentages of Color #c2b899

%36.53
%34.65
%28.81

CMYK Percentages of Color #c2b899

%0
%5
%21
%24

Triadic Colors of #c2b899

#c2b899 #99c2b8 #b899c2

Analogous Colors of #c2b899

#c2b899 #b8c299 #c2a499

Monochromatic Colors of #c2b899

#c2b899

Complementary Color

#c2b899 #99a3c2

#c2b899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2b899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2b899 Color CSS Codes

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

#c2b899 Text Font Color

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

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


#c2b899 Background Color

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

This div background color is #c2b899


#c2b899 Border Color

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

This div border color is #c2b899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2b899


Comments

No comments written yet.

Please login to write comment.