Color Hex Logo

#cbac72 Color Hex

#CBAC72
(203,172,114)
0 Favorites   0 Comments

Color spaces of #cbac72

RGB 203172114
HSL0.110.460.62
HSV39°44°80°
CMYK 0.000.150.44   0.20
XYZ42.418443.416522.0641
Yxy43.41650.39310.4024
Hunter Lab65.8912-0.397726.2702
CIE-Lab71.83683.491833.9695

#cbac72 color RGB value is (203,172,114).

#cbac72 hex color red value is 203, green value is 172 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #cbac72 hue: 0.11 , saturation: 0.46 and the lightness value of cbac72 is 0.62.

The process color (four color CMYK) of #cbac72 color hex is 0.00, 0.15, 0.44, 0.20. Web safe color of #cbac72 is #cc9966. Color #cbac72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10101100 01110010
Octal 313 254 162
Decimal 203 172 114
Hex CB AC 72

RGB Percentages of Color #cbac72

%41.51
%35.17
%23.31

CMYK Percentages of Color #cbac72

%0
%15
%44
%20

Triadic Colors of #cbac72

#cbac72 #72cbac #ac72cb

Analogous Colors of #cbac72

#cbac72 #becb72 #cb8072

Monochromatic Colors of #cbac72

#cbac72

Complementary Color

#cbac72 #7291cb

#cbac72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbac72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbac72 Color CSS Codes

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

#cbac72 Text Font Color

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

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


#cbac72 Background Color

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

This div background color is #cbac72


#cbac72 Border Color

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

This div border color is #cbac72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbac72


Comments

No comments written yet.

Please login to write comment.