Color Hex Logo

#c2b28f Color Hex

#C2B28F
(194,178,143)
0 Favorites   0 Comments

Color spaces of #c2b28f

RGB 194178143
HSL0.110.290.66
HSV41°26°76°
CMYK 0.000.080.26   0.24
XYZ43.126545.293332.4561
Yxy45.29330.35680.3747
Hunter Lab67.3003-3.391518.5171
CIE-Lab73.08460.227519.9934

#c2b28f color RGB value is (194,178,143).

#c2b28f hex color red value is 194, green value is 178 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #c2b28f hue: 0.11 , saturation: 0.29 and the lightness value of c2b28f is 0.66.

The process color (four color CMYK) of #c2b28f color hex is 0.00, 0.08, 0.26, 0.24. Web safe color of #c2b28f is #cc9999. Color #c2b28f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10110010 10001111
Octal 302 262 217
Decimal 194 178 143
Hex C2 B2 8F

RGB Percentages of Color #c2b28f

%37.67
%34.56
%27.77

CMYK Percentages of Color #c2b28f

%0
%8
%26
%24

Triadic Colors of #c2b28f

#c2b28f #8fc2b2 #b28fc2

Analogous Colors of #c2b28f

#c2b28f #b9c28f #c2998f

Monochromatic Colors of #c2b28f

#c2b28f

Complementary Color

#c2b28f #8f9fc2

#c2b28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2b28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2b28f Color CSS Codes

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

#c2b28f Text Font Color

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

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


#c2b28f Background Color

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

This div background color is #c2b28f


#c2b28f Border Color

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

This div border color is #c2b28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2b28f

#c2b28f Color Palettes


Comments

No comments written yet.

Please login to write comment.