Color Hex Logo

#ccc385 Color Hex

#CCC385
(204,195,133)
0 Favorites   0 Comments

Color spaces of #ccc385

RGB 204195133
HSL0.150.410.66
HSV52°35°80°
CMYK 0.000.040.35   0.20
XYZ48.650653.561029.9645
Yxy53.56100.36810.4052
Hunter Lab73.1854-9.415026.9545
CIE-Lab78.2051-6.093232.3320

#ccc385 color RGB value is (204,195,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 10000101
Octal 314 303 205
Decimal 204 195 133
Hex CC C3 85

RGB Percentages of Color #ccc385

%38.35
%36.65
%25.00

CMYK Percentages of Color #ccc385

%0
%4
%35
%20

Triadic Colors of #ccc385

#ccc385 #85ccc3 #c385cc

Analogous Colors of #ccc385

#ccc385 #b2cc85 #cca085

Monochromatic Colors of #ccc385

#ccc385

Complementary Color

#ccc385 #858ecc

#ccc385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc385 Color CSS Codes

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

#ccc385 Text Font Color

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

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


#ccc385 Background Color

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

This div background color is #ccc385


#ccc385 Border Color

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

This div border color is #ccc385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc385


Comments

No comments written yet.

Please login to write comment.