Color Hex Logo

#cbc084 Color Hex

#CBC084
(203,192,132)
0 Favorites   0 Comments

Color spaces of #cbc084

RGB 203192132
HSL0.140.410.66
HSV51°35°80°
CMYK 0.000.050.35   0.20
XYZ47.643152.061729.3677
Yxy52.06170.36910.4034
Hunter Lab72.1538-8.405726.3757
CIE-Lab77.3177-5.048631.6716

#cbc084 color RGB value is (203,192,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 11000000 10000100
Octal 313 300 204
Decimal 203 192 132
Hex CB C0 84

RGB Percentages of Color #cbc084

%38.52
%36.43
%25.05

CMYK Percentages of Color #cbc084

%0
%5
%35
%20

Triadic Colors of #cbc084

#cbc084 #84cbc0 #c084cb

Analogous Colors of #cbc084

#cbc084 #b3cb84 #cb9d84

Monochromatic Colors of #cbc084

#cbc084

Complementary Color

#cbc084 #848fcb

#cbc084 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbc084 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbc084 Color CSS Codes

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

#cbc084 Text Font Color

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

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


#cbc084 Background Color

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

This div background color is #cbc084


#cbc084 Border Color

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

This div border color is #cbc084


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbc084


Comments

No comments written yet.

Please login to write comment.