Color Hex Logo

#ccbd84 Color Hex

#CCBD84
(204,189,132)
0 Favorites   0 Comments

Color spaces of #ccbd84

RGB 204189132
HSL0.130.410.66
HSV48°35°80°
CMYK 0.000.070.35   0.20
XYZ47.264350.898529.1631
Yxy50.89850.37120.3997
Hunter Lab71.3432-6.595725.7041
CIE-Lab76.6175-3.085830.7651

#ccbd84 color RGB value is (204,189,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111101 10000100
Octal 314 275 204
Decimal 204 189 132
Hex CC BD 84

RGB Percentages of Color #ccbd84

%38.86
%36.00
%25.14

CMYK Percentages of Color #ccbd84

%0
%7
%35
%20

Triadic Colors of #ccbd84

#ccbd84 #84ccbd #bd84cc

Analogous Colors of #ccbd84

#ccbd84 #b7cc84 #cc9984

Monochromatic Colors of #ccbd84

#ccbd84

Complementary Color

#ccbd84 #8493cc

#ccbd84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbd84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbd84 Color CSS Codes

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

#ccbd84 Text Font Color

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

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


#ccbd84 Background Color

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

This div background color is #ccbd84


#ccbd84 Border Color

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

This div border color is #ccbd84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbd84


Comments

No comments written yet.

Please login to write comment.