Color Hex Logo

#cbba72 Color Hex

#CBBA72
(203,186,114)
0 Favorites   0 Comments

Color spaces of #cbba72

RGB 203186114
HSL0.130.460.62
HSV49°44°80°
CMYK 0.000.080.44   0.20
XYZ45.224849.029222.9996
Yxy49.02920.38570.4181
Hunter Lab70.0209-7.247629.5397
CIE-Lab75.4695-3.919338.5955

#cbba72 color RGB value is (203,186,114).

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

The process color (four color CMYK) of #cbba72 color hex is 0.00, 0.08, 0.44, 0.20. Web safe color of #cbba72 is #cccc66. Color #cbba72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111010 01110010
Octal 313 272 162
Decimal 203 186 114
Hex CB BA 72

RGB Percentages of Color #cbba72

%40.36
%36.98
%22.66

CMYK Percentages of Color #cbba72

%0
%8
%44
%20

Triadic Colors of #cbba72

#cbba72 #72cbba #ba72cb

Analogous Colors of #cbba72

#cbba72 #b0cb72 #cb8e72

Monochromatic Colors of #cbba72

#cbba72

Complementary Color

#cbba72 #7283cb

#cbba72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbba72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbba72 Color CSS Codes

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

#cbba72 Text Font Color

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

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


#cbba72 Background Color

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

This div background color is #cbba72


#cbba72 Border Color

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

This div border color is #cbba72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbba72


Comments

No comments written yet.

Please login to write comment.