Color Hex Logo

#cbaa1d Color Hex

#CBAA1D
(203,170,29)
0 Favorites   0 Comments

Color spaces of #cbaa1d

RGB 20317029
HSL0.140.750.45
HSV49°86°80°
CMYK 0.000.160.86   0.20
XYZ39.225141.53477.1120
Yxy41.53470.44640.4727
Hunter Lab64.4474-4.141238.5703
CIE-Lab70.5489-0.796768.6769

#cbaa1d color RGB value is (203,170,29).

#cbaa1d hex color red value is 203, green value is 170 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cbaa1d hue: 0.14 , saturation: 0.75 and the lightness value of cbaa1d is 0.45.

The process color (four color CMYK) of #cbaa1d color hex is 0.00, 0.16, 0.86, 0.20. Web safe color of #cbaa1d is #cc9933. Color #cbaa1d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 00011101
Octal 313 252 35
Decimal 203 170 29
Hex CB AA 1D

RGB Percentages of Color #cbaa1d

%50.50
%42.29
%7.21

CMYK Percentages of Color #cbaa1d

%0
%16
%86
%20

Triadic Colors of #cbaa1d

#cbaa1d #1dcbaa #aa1dcb

Analogous Colors of #cbaa1d

#cbaa1d #95cb1d #cb531d

Monochromatic Colors of #cbaa1d

#cbaa1d

Complementary Color

#cbaa1d #1d3ecb

#cbaa1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa1d Color CSS Codes

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

#cbaa1d Text Font Color

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

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


#cbaa1d Background Color

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

This div background color is #cbaa1d


#cbaa1d Border Color

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

This div border color is #cbaa1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa1d


Comments

No comments written yet.

Please login to write comment.