Color Hex Logo

#c2b38b Color Hex

#C2B38B
(194,179,139)
0 Favorites   0 Comments

Color spaces of #c2b38b

RGB 194179139
HSL0.120.310.65
HSV44°28°76°
CMYK 0.000.080.28   0.24
XYZ43.028445.573630.9548
Yxy45.57360.35990.3812
Hunter Lab67.5082-4.367020.0693
CIE-Lab73.2680-0.854522.4022

#c2b38b color RGB value is (194,179,139).

#c2b38b hex color red value is 194, green value is 179 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #c2b38b hue: 0.12 , saturation: 0.31 and the lightness value of c2b38b is 0.65.

The process color (four color CMYK) of #c2b38b color hex is 0.00, 0.08, 0.28, 0.24. Web safe color of #c2b38b is #cccc99. Color #c2b38b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10110011 10001011
Octal 302 263 213
Decimal 194 179 139
Hex C2 B3 8B

RGB Percentages of Color #c2b38b

%37.89
%34.96
%27.15

CMYK Percentages of Color #c2b38b

%0
%8
%28
%24

Triadic Colors of #c2b38b

#c2b38b #8bc2b3 #b38bc2

Analogous Colors of #c2b38b

#c2b38b #b6c28b #c2988b

Monochromatic Colors of #c2b38b

#c2b38b

Complementary Color

#c2b38b #8b9ac2

#c2b38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2b38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2b38b Color CSS Codes

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

#c2b38b Text Font Color

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

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


#c2b38b Background Color

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

This div background color is #c2b38b


#c2b38b Border Color

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

This div border color is #c2b38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2b38b


Comments

No comments written yet.

Please login to write comment.