Color Hex Logo

#cbac2e Color Hex

#CBAC2E
(203,172,46)
0 Favorites   0 Comments

Color spaces of #cbac2e

RGB 20317246
HSL0.130.630.49
HSV48°77°80°
CMYK 0.000.150.77   0.20
XYZ39.874342.39888.6670
Yxy42.39880.43850.4662
Hunter Lab65.1144-4.641537.6883
CIE-Lab71.1450-1.323564.2168

#cbac2e color RGB value is (203,172,46).

#cbac2e hex color red value is 203, green value is 172 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #cbac2e hue: 0.13 , saturation: 0.63 and the lightness value of cbac2e is 0.49.

The process color (four color CMYK) of #cbac2e color hex is 0.00, 0.15, 0.77, 0.20. Web safe color of #cbac2e is #cc9933. Color #cbac2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101100 00101110
Octal 313 254 56
Decimal 203 172 46
Hex CB AC 2E

RGB Percentages of Color #cbac2e

%48.22
%40.86
%10.93

CMYK Percentages of Color #cbac2e

%0
%15
%77
%20

Triadic Colors of #cbac2e

#cbac2e #2ecbac #ac2ecb

Analogous Colors of #cbac2e

#cbac2e #9ccb2e #cb5e2e

Monochromatic Colors of #cbac2e

#cbac2e

Complementary Color

#cbac2e #2e4dcb

#cbac2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbac2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbac2e Color CSS Codes

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

#cbac2e Text Font Color

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

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


#cbac2e Background Color

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

This div background color is #cbac2e


#cbac2e Border Color

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

This div border color is #cbac2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbac2e


Comments

No comments written yet.

Please login to write comment.