Color Hex Logo

#ccc07b Color Hex

#CCC07B
(204,192,123)
0 Favorites   0 Comments

Color spaces of #ccc07b

RGB 204192123
HSL0.140.440.64
HSV51°40°80°
CMYK 0.000.060.40   0.20
XYZ47.326651.966726.2751
Yxy51.96670.37690.4139
Hunter Lab72.0879-8.966528.8511
CIE-Lab77.2609-5.685336.2788

#ccc07b color RGB value is (204,192,123).

#ccc07b hex color red value is 204, green value is 192 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ccc07b hue: 0.14 , saturation: 0.44 and the lightness value of ccc07b is 0.64.

The process color (four color CMYK) of #ccc07b color hex is 0.00, 0.06, 0.40, 0.20. Web safe color of #ccc07b is #cccc66. Color #ccc07b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 01111011
Octal 314 300 173
Decimal 204 192 123
Hex CC C0 7B

RGB Percentages of Color #ccc07b

%39.31
%36.99
%23.70

CMYK Percentages of Color #ccc07b

%0
%6
%40
%20

Triadic Colors of #ccc07b

#ccc07b #7bccc0 #c07bcc

Analogous Colors of #ccc07b

#ccc07b #b0cc7b #cc987b

Monochromatic Colors of #ccc07b

#ccc07b

Complementary Color

#ccc07b #7b87cc

#ccc07b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc07b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc07b Color CSS Codes

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

#ccc07b Text Font Color

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

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


#ccc07b Background Color

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

This div background color is #ccc07b


#ccc07b Border Color

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

This div border color is #ccc07b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc07b


Comments

No comments written yet.

Please login to write comment.