Color Hex Logo

#ccb29d Color Hex

#CCB29D
(204,178,157)
0 Favorites   0 Comments

Color spaces of #ccb29d

RGB 204178157
HSL0.070.320.71
HSV27°23°80°
CMYK 0.000.130.23   0.20
XYZ46.908047.112538.5196
Yxy47.11250.35390.3555
Hunter Lab68.63851.870514.7737
CIE-Lab74.26176.070614.1733

#ccb29d color RGB value is (204,178,157).

#ccb29d hex color red value is 204, green value is 178 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ccb29d hue: 0.07 , saturation: 0.32 and the lightness value of ccb29d is 0.71.

The process color (four color CMYK) of #ccb29d color hex is 0.00, 0.13, 0.23, 0.20. Web safe color of #ccb29d is #cc9999. Color #ccb29d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110010 10011101
Octal 314 262 235
Decimal 204 178 157
Hex CC B2 9D

RGB Percentages of Color #ccb29d

%37.85
%33.02
%29.13

CMYK Percentages of Color #ccb29d

%0
%13
%23
%20

Triadic Colors of #ccb29d

#ccb29d #9dccb2 #b29dcc

Analogous Colors of #ccb29d

#ccb29d #ccca9d #cc9da0

Monochromatic Colors of #ccb29d

#ccb29d

Complementary Color

#ccb29d #9db7cc

#ccb29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb29d Color CSS Codes

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

#ccb29d Text Font Color

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

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


#ccb29d Background Color

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

This div background color is #ccb29d


#ccb29d Border Color

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

This div border color is #ccb29d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,178,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb29d

#ccb29d Color Palettes


Comments

No comments written yet.

Please login to write comment.