Color Hex Logo

#cbb872 Color Hex

#CBB872
(203,184,114)
0 Favorites   0 Comments

Color spaces of #cbb872

RGB 203184114
HSL0.130.460.62
HSV47°44°80°
CMYK 0.000.090.44   0.20
XYZ44.806448.192422.8601
Yxy48.19240.38670.4160
Hunter Lab69.4207-6.276629.0705
CIE-Lab74.9461-2.870937.9345

#cbb872 color RGB value is (203,184,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111000 01110010
Octal 313 270 162
Decimal 203 184 114
Hex CB B8 72

RGB Percentages of Color #cbb872

%40.52
%36.73
%22.75

CMYK Percentages of Color #cbb872

%0
%9
%44
%20

Triadic Colors of #cbb872

#cbb872 #72cbb8 #b872cb

Analogous Colors of #cbb872

#cbb872 #b2cb72 #cb8c72

Monochromatic Colors of #cbb872

#cbb872

Complementary Color

#cbb872 #7285cb

#cbb872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb872 Color CSS Codes

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

#cbb872 Text Font Color

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

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


#cbb872 Background Color

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

This div background color is #cbb872


#cbb872 Border Color

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

This div border color is #cbb872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb872


Comments

No comments written yet.

Please login to write comment.