Color Hex Logo

#cbaa56 Color Hex

#CBAA56
(203,170,86)
0 Favorites   0 Comments

Color spaces of #cbaa56

RGB 20317086
HSL0.120.530.57
HSV43°58°80°
CMYK 0.000.160.58   0.20
XYZ40.683042.117814.7894
Yxy42.11780.41690.4316
Hunter Lab64.8982-1.674931.9174
CIE-Lab70.95212.021647.1094

#cbaa56 color RGB value is (203,170,86).

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

The process color (four color CMYK) of #cbaa56 color hex is 0.00, 0.16, 0.58, 0.20. Web safe color of #cbaa56 is #cc9966. Color #cbaa56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 01010110
Octal 313 252 126
Decimal 203 170 86
Hex CB AA 56

RGB Percentages of Color #cbaa56

%44.23
%37.04
%18.74

CMYK Percentages of Color #cbaa56

%0
%16
%58
%20

Triadic Colors of #cbaa56

#cbaa56 #56cbaa #aa56cb

Analogous Colors of #cbaa56

#cbaa56 #b2cb56 #cb7056

Monochromatic Colors of #cbaa56

#cbaa56

Complementary Color

#cbaa56 #5677cb

#cbaa56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa56 Color CSS Codes

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

#cbaa56 Text Font Color

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

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


#cbaa56 Background Color

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

This div background color is #cbaa56


#cbaa56 Border Color

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

This div border color is #cbaa56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa56


Comments

No comments written yet.

Please login to write comment.