Color Hex Logo

#cbac0f Color Hex

#CBAC0F
(203,172,15)
0 Favorites   0 Comments

Color spaces of #cbac0f

RGB 20317215
HSL0.140.860.43
HSV50°93°80°
CMYK 0.000.150.93   0.20
XYZ39.467342.23606.5242
Yxy42.23600.44730.4787
Hunter Lab64.9892-5.329939.5404
CIE-Lab71.0333-2.120071.7952

#cbac0f color RGB value is (203,172,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101100 00001111
Octal 313 254 17
Decimal 203 172 15
Hex CB AC F

RGB Percentages of Color #cbac0f

%52.05
%44.10
%3.85

CMYK Percentages of Color #cbac0f

%0
%15
%93
%20

Triadic Colors of #cbac0f

#cbac0f #0fcbac #ac0fcb

Analogous Colors of #cbac0f

#cbac0f #8ccb0f #cb4e0f

Monochromatic Colors of #cbac0f

#cbac0f

Complementary Color

#cbac0f #0f2ecb

#cbac0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbac0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbac0f Color CSS Codes

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

#cbac0f Text Font Color

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

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


#cbac0f Background Color

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

This div background color is #cbac0f


#cbac0f Border Color

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

This div border color is #cbac0f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,172,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 #cbac0f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbac0f


Comments

No comments written yet.

Please login to write comment.