Color Hex Logo

#ccc48b Color Hex

#CCC48B
(204,196,139)
0 Favorites   0 Comments

Color spaces of #ccc48b

RGB 204196139
HSL0.150.390.67
HSV53°32°80°
CMYK 0.000.040.32   0.20
XYZ49.302054.181332.2856
Yxy54.18130.36310.3991
Hunter Lab73.6079-9.256125.5200
CIE-Lab78.5673-5.877529.6808

#ccc48b color RGB value is (204,196,139).

#ccc48b hex color red value is 204, green value is 196 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ccc48b hue: 0.15 , saturation: 0.39 and the lightness value of ccc48b is 0.67.

The process color (four color CMYK) of #ccc48b color hex is 0.00, 0.04, 0.32, 0.20. Web safe color of #ccc48b is #cccc99. Color #ccc48b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 10001011
Octal 314 304 213
Decimal 204 196 139
Hex CC C4 8B

RGB Percentages of Color #ccc48b

%37.85
%36.36
%25.79

CMYK Percentages of Color #ccc48b

%0
%4
%32
%20

Triadic Colors of #ccc48b

#ccc48b #8bccc4 #c48bcc

Analogous Colors of #ccc48b

#ccc48b #b4cc8b #cca48b

Monochromatic Colors of #ccc48b

#ccc48b

Complementary Color

#ccc48b #8b93cc

#ccc48b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc48b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc48b Color CSS Codes

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

#ccc48b Text Font Color

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

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


#ccc48b Background Color

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

This div background color is #ccc48b


#ccc48b Border Color

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

This div border color is #ccc48b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc48b


Comments

No comments written yet.

Please login to write comment.