Color Hex Logo

#cbaa33 Color Hex

#CBAA33
(203,170,51)
0 Favorites   0 Comments

Color spaces of #cbaa33

RGB 20317051
HSL0.130.600.50
HSV47°75°80°
CMYK 0.000.160.75   0.20
XYZ39.600941.68509.0908
Yxy41.68500.43820.4612
Hunter Lab64.5639-3.502236.8465
CIE-Lab70.6532-0.061161.9888

#cbaa33 color RGB value is (203,170,51).

#cbaa33 hex color red value is 203, green value is 170 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #cbaa33 hue: 0.13 , saturation: 0.60 and the lightness value of cbaa33 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 00110011
Octal 313 252 63
Decimal 203 170 51
Hex CB AA 33

RGB Percentages of Color #cbaa33

%47.88
%40.09
%12.03

CMYK Percentages of Color #cbaa33

%0
%16
%75
%20

Triadic Colors of #cbaa33

#cbaa33 #33cbaa #aa33cb

Analogous Colors of #cbaa33

#cbaa33 #a0cb33 #cb5e33

Monochromatic Colors of #cbaa33

#cbaa33

Complementary Color

#cbaa33 #3354cb

#cbaa33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa33 Color CSS Codes

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

#cbaa33 Text Font Color

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

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


#cbaa33 Background Color

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

This div background color is #cbaa33


#cbaa33 Border Color

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

This div border color is #cbaa33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa33


Comments

No comments written yet.

Please login to write comment.