Color Hex Logo

#cbbc84 Color Hex

#CBBC84
(203,188,132)
0 Favorites   0 Comments

Color spaces of #cbbc84

RGB 203188132
HSL0.130.410.66
HSV47°35°80°
CMYK 0.000.070.35   0.20
XYZ46.776750.328929.0788
Yxy50.32890.37070.3989
Hunter Lab70.9429-6.454725.3576
CIE-Lab76.2707-2.958030.2915

#cbbc84 color RGB value is (203,188,132).

#cbbc84 hex color red value is 203, green value is 188 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #cbbc84 hue: 0.13 , saturation: 0.41 and the lightness value of cbbc84 is 0.66.

The process color (four color CMYK) of #cbbc84 color hex is 0.00, 0.07, 0.35, 0.20. Web safe color of #cbbc84 is #cccc99. Color #cbbc84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10111100 10000100
Octal 313 274 204
Decimal 203 188 132
Hex CB BC 84

RGB Percentages of Color #cbbc84

%38.81
%35.95
%25.24

CMYK Percentages of Color #cbbc84

%0
%7
%35
%20

Triadic Colors of #cbbc84

#cbbc84 #84cbbc #bc84cb

Analogous Colors of #cbbc84

#cbbc84 #b7cb84 #cb9984

Monochromatic Colors of #cbbc84

#cbbc84

Complementary Color

#cbbc84 #8493cb

#cbbc84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbbc84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbbc84 Color CSS Codes

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

#cbbc84 Text Font Color

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

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


#cbbc84 Background Color

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

This div background color is #cbbc84


#cbbc84 Border Color

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

This div border color is #cbbc84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbbc84


Comments

No comments written yet.

Please login to write comment.