Color Hex Logo

#cbb57a Color Hex

#CBB57A
(203,181,122)
0 Favorites   0 Comments

Color spaces of #cbb57a

RGB 203181122
HSL0.120.440.64
HSV44°40°80°
CMYK 0.000.110.40   0.20
XYZ44.665347.149425.1590
Yxy47.14940.38180.4031
Hunter Lab68.6654-4.054326.3419
CIE-Lab74.2852-0.431232.9369

#cbb57a color RGB value is (203,181,122).

#cbb57a hex color red value is 203, green value is 181 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cbb57a hue: 0.12 , saturation: 0.44 and the lightness value of cbb57a is 0.64.

The process color (four color CMYK) of #cbb57a color hex is 0.00, 0.11, 0.40, 0.20. Web safe color of #cbb57a is #cccc66. Color #cbb57a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110101 01111010
Octal 313 265 172
Decimal 203 181 122
Hex CB B5 7A

RGB Percentages of Color #cbb57a

%40.12
%35.77
%24.11

CMYK Percentages of Color #cbb57a

%0
%11
%40
%20

Triadic Colors of #cbb57a

#cbb57a #7acbb5 #b57acb

Analogous Colors of #cbb57a

#cbb57a #b9cb7a #cb8d7a

Monochromatic Colors of #cbb57a

#cbb57a

Complementary Color

#cbb57a #7a90cb

#cbb57a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb57a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb57a Color CSS Codes

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

#cbb57a Text Font Color

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

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


#cbb57a Background Color

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

This div background color is #cbb57a


#cbb57a Border Color

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

This div border color is #cbb57a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb57a


Comments

No comments written yet.

Please login to write comment.