Color Hex Logo

#ccc88b Color Hex

#CCC88B
(204,200,139)
0 Favorites   0 Comments

Color spaces of #ccc88b

RGB 204200139
HSL0.160.390.67
HSV56°32°80°
CMYK 0.000.020.32   0.20
XYZ50.216356.010032.5904
Yxy56.01000.36170.4035
Hunter Lab74.8398-11.199126.5689
CIE-Lab79.6195-7.944631.0765

#ccc88b color RGB value is (204,200,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001000 10001011
Octal 314 310 213
Decimal 204 200 139
Hex CC C8 8B

RGB Percentages of Color #ccc88b

%37.57
%36.83
%25.60

CMYK Percentages of Color #ccc88b

%0
%2
%32
%20

Triadic Colors of #ccc88b

#ccc88b #8bccc8 #c88bcc

Analogous Colors of #ccc88b

#ccc88b #b0cc8b #cca88b

Monochromatic Colors of #ccc88b

#ccc88b

Complementary Color

#ccc88b #8b8fcc

#ccc88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc88b Color CSS Codes

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

#ccc88b Text Font Color

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

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


#ccc88b Background Color

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

This div background color is #ccc88b


#ccc88b Border Color

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

This div border color is #ccc88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc88b


Comments

No comments written yet.

Please login to write comment.