Color Hex Logo

#cbc97a Color Hex

#CBC97A
(203,201,122)
0 Favorites   0 Comments

Color spaces of #cbc97a

RGB 203201122
HSL0.160.440.64
HSV59°40°80°
CMYK 0.000.010.40   0.20
XYZ49.028155.874926.6132
Yxy55.87490.37280.4249
Hunter Lab74.7495-13.733831.2155
CIE-Lab79.5426-10.826539.6809

#cbc97a color RGB value is (203,201,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001001 01111010
Octal 313 311 172
Decimal 203 201 122
Hex CB C9 7A

RGB Percentages of Color #cbc97a

%38.59
%38.21
%23.19

CMYK Percentages of Color #cbc97a

%0
%1
%40
%20

Triadic Colors of #cbc97a

#cbc97a #7acbc9 #c97acb

Analogous Colors of #cbc97a

#cbc97a #a5cb7a #cba17a

Monochromatic Colors of #cbc97a

#cbc97a

Complementary Color

#cbc97a #7a7ccb

#cbc97a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc97a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc97a Color CSS Codes

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

#cbc97a Text Font Color

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

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


#cbc97a Background Color

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

This div background color is #cbc97a


#cbc97a Border Color

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

This div border color is #cbc97a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc97a


Comments

No comments written yet.

Please login to write comment.