Color Hex Logo

#c2b57b Color Hex

#C2B57B
(194,181,123)
0 Favorites   0 Comments

Color spaces of #c2b57b

RGB 194181123
HSL0.140.370.62
HSV49°37°76°
CMYK 0.000.070.37   0.24
XYZ42.347245.947125.3756
Yxy45.94710.37250.4042
Hunter Lab67.7843-7.107425.2533
CIE-Lab73.5112-3.939631.2512

#c2b57b color RGB value is (194,181,123).

#c2b57b hex color red value is 194, green value is 181 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #c2b57b hue: 0.14 , saturation: 0.37 and the lightness value of c2b57b is 0.62.

The process color (four color CMYK) of #c2b57b color hex is 0.00, 0.07, 0.37, 0.24. Web safe color of #c2b57b is #cccc66. Color #c2b57b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10110101 01111011
Octal 302 265 173
Decimal 194 181 123
Hex C2 B5 7B

RGB Percentages of Color #c2b57b

%38.96
%36.35
%24.70

CMYK Percentages of Color #c2b57b

%0
%7
%37
%24

Triadic Colors of #c2b57b

#c2b57b #7bc2b5 #b57bc2

Analogous Colors of #c2b57b

#c2b57b #acc27b #c2927b

Monochromatic Colors of #c2b57b

#c2b57b

Complementary Color

#c2b57b #7b88c2

#c2b57b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2b57b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2b57b Color CSS Codes

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

#c2b57b Text Font Color

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

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


#c2b57b Background Color

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

This div background color is #c2b57b


#c2b57b Border Color

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

This div border color is #c2b57b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2b57b


Comments

No comments written yet.

Please login to write comment.