Color Hex Logo

#cbca4a Color Hex

#CBCA4A
(203,202,74)
0 Favorites   0 Comments

Color spaces of #cbca4a

RGB 20320274
HSL0.170.550.54
HSV60°64°80°
CMYK 0.000.000.64   0.20
XYZ46.985255.432014.7016
Yxy55.43200.40120.4733
Hunter Lab74.4527-17.645340.4093
CIE-Lab79.2895-15.384261.6880

#cbca4a color RGB value is (203,202,74).

#cbca4a hex color red value is 203, green value is 202 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cbca4a hue: 0.17 , saturation: 0.55 and the lightness value of cbca4a is 0.54.

The process color (four color CMYK) of #cbca4a color hex is 0.00, 0.00, 0.64, 0.20. Web safe color of #cbca4a is #cccc33. Color #cbca4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11001010 01001010
Octal 313 312 112
Decimal 203 202 74
Hex CB CA 4A

RGB Percentages of Color #cbca4a

%42.38
%42.17
%15.45

CMYK Percentages of Color #cbca4a

%0
%0
%64
%20

Triadic Colors of #cbca4a

#cbca4a #4acbca #ca4acb

Analogous Colors of #cbca4a

#cbca4a #8ccb4a #cb8a4a

Monochromatic Colors of #cbca4a

#cbca4a

Complementary Color

#cbca4a #4a4bcb

#cbca4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbca4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbca4a Color CSS Codes

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

#cbca4a Text Font Color

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

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


#cbca4a Background Color

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

This div background color is #cbca4a


#cbca4a Border Color

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

This div border color is #cbca4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbca4a


Comments

No comments written yet.

Please login to write comment.