Color Hex Logo

#cbaa44 Color Hex

#CBAA44
(203,170,68)
0 Favorites   0 Comments

Color spaces of #cbaa44

RGB 20317068
HSL0.130.560.53
HSV45°67°80°
CMYK 0.000.160.67   0.20
XYZ40.046741.863311.4386
Yxy41.86330.42900.4485
Hunter Lab64.7019-2.747134.8095
CIE-Lab70.77660.803255.2447

#cbaa44 color RGB value is (203,170,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 01000100
Octal 313 252 104
Decimal 203 170 68
Hex CB AA 44

RGB Percentages of Color #cbaa44

%46.03
%38.55
%15.42

CMYK Percentages of Color #cbaa44

%0
%16
%67
%20

Triadic Colors of #cbaa44

#cbaa44 #44cbaa #aa44cb

Analogous Colors of #cbaa44

#cbaa44 #a9cb44 #cb6744

Monochromatic Colors of #cbaa44

#cbaa44

Complementary Color

#cbaa44 #4465cb

#cbaa44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa44 Color CSS Codes

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

#cbaa44 Text Font Color

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

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


#cbaa44 Background Color

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

This div background color is #cbaa44


#cbaa44 Border Color

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

This div border color is #cbaa44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa44


Comments

No comments written yet.

Please login to write comment.