Color Hex Logo

#cbaa4f Color Hex

#CBAA4F
(203,170,79)
0 Favorites   0 Comments

Color spaces of #cbaa4f

RGB 20317079
HSL0.120.540.55
HSV44°61°80°
CMYK 0.000.160.61   0.20
XYZ40.414642.010513.3759
Yxy42.01050.42190.4385
Hunter Lab64.8155-2.126533.1352
CIE-Lab70.87821.509750.3675

#cbaa4f color RGB value is (203,170,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 01001111
Octal 313 252 117
Decimal 203 170 79
Hex CB AA 4F

RGB Percentages of Color #cbaa4f

%44.91
%37.61
%17.48

CMYK Percentages of Color #cbaa4f

%0
%16
%61
%20

Triadic Colors of #cbaa4f

#cbaa4f #4fcbaa #aa4fcb

Analogous Colors of #cbaa4f

#cbaa4f #aecb4f #cb6c4f

Monochromatic Colors of #cbaa4f

#cbaa4f

Complementary Color

#cbaa4f #4f70cb

#cbaa4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa4f Color CSS Codes

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

#cbaa4f Text Font Color

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

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


#cbaa4f Background Color

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

This div background color is #cbaa4f


#cbaa4f Border Color

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

This div border color is #cbaa4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa4f


Comments

No comments written yet.

Please login to write comment.