Color Hex Logo

#c2b77b Color Hex

#C2B77B
(194,183,123)
0 Favorites   0 Comments

Color spaces of #c2b77b

RGB 194183123
HSL0.140.370.62
HSV51°37°76°
CMYK 0.000.060.37   0.24
XYZ42.756846.766425.5122
Yxy46.76640.37170.4065
Hunter Lab68.3860-8.072325.7513
CIE-Lab74.0401-4.992031.9426

#c2b77b color RGB value is (194,183,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10110111 01111011
Octal 302 267 173
Decimal 194 183 123
Hex C2 B7 7B

RGB Percentages of Color #c2b77b

%38.80
%36.60
%24.60

CMYK Percentages of Color #c2b77b

%0
%6
%37
%24

Triadic Colors of #c2b77b

#c2b77b #7bc2b7 #b77bc2

Analogous Colors of #c2b77b

#c2b77b #aac27b #c2947b

Monochromatic Colors of #c2b77b

#c2b77b

Complementary Color

#c2b77b #7b86c2

#c2b77b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2b77b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2b77b Color CSS Codes

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

#c2b77b Text Font Color

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

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


#c2b77b Background Color

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

This div background color is #c2b77b


#c2b77b Border Color

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

This div border color is #c2b77b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,183,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 #c2b77b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2b77b


Comments

No comments written yet.

Please login to write comment.