Color Hex Logo

#ccbe84 Color Hex

#CCBE84
(204,190,132)
0 Favorites   0 Comments

Color spaces of #ccbe84

RGB 204190132
HSL0.130.410.66
HSV48°35°80°
CMYK 0.000.070.35   0.20
XYZ47.480251.330229.2350
Yxy51.33020.37080.4009
Hunter Lab71.6451-7.084525.9581
CIE-Lab76.8786-3.609131.1094

#ccbe84 color RGB value is (204,190,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111110 10000100
Octal 314 276 204
Decimal 204 190 132
Hex CC BE 84

RGB Percentages of Color #ccbe84

%38.78
%36.12
%25.10

CMYK Percentages of Color #ccbe84

%0
%7
%35
%20

Triadic Colors of #ccbe84

#ccbe84 #84ccbe #be84cc

Analogous Colors of #ccbe84

#ccbe84 #b6cc84 #cc9a84

Monochromatic Colors of #ccbe84

#ccbe84

Complementary Color

#ccbe84 #8492cc

#ccbe84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccbe84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccbe84 Color CSS Codes

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

#ccbe84 Text Font Color

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

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


#ccbe84 Background Color

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

This div background color is #ccbe84


#ccbe84 Border Color

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

This div border color is #ccbe84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccbe84


Comments

No comments written yet.

Please login to write comment.