Color Hex Logo

#cbaa0f Color Hex

#CBAA0F
(203,170,15)
0 Favorites   0 Comments

Color spaces of #cbaa0f

RGB 20317015
HSL0.140.860.43
HSV49°93°80°
CMYK 0.000.160.93   0.20
XYZ39.089641.48056.3982
Yxy41.48050.44950.4770
Hunter Lab64.4054-4.372239.1937
CIE-Lab70.5113-1.063571.4022

#cbaa0f color RGB value is (203,170,15).

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

The process color (four color CMYK) of #cbaa0f color hex is 0.00, 0.16, 0.93, 0.20. Web safe color of #cbaa0f is #cc9900. Color #cbaa0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101010 00001111
Octal 313 252 17
Decimal 203 170 15
Hex CB AA F

RGB Percentages of Color #cbaa0f

%52.32
%43.81
%3.87

CMYK Percentages of Color #cbaa0f

%0
%16
%93
%20

Triadic Colors of #cbaa0f

#cbaa0f #0fcbaa #aa0fcb

Analogous Colors of #cbaa0f

#cbaa0f #8ecb0f #cb4c0f

Monochromatic Colors of #cbaa0f

#cbaa0f

Complementary Color

#cbaa0f #0f30cb

#cbaa0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbaa0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbaa0f Color CSS Codes

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

#cbaa0f Text Font Color

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

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


#cbaa0f Background Color

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

This div background color is #cbaa0f


#cbaa0f Border Color

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

This div border color is #cbaa0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbaa0f


Comments

No comments written yet.

Please login to write comment.