Color Hex Logo

#ccc388 Color Hex

#CCC388
(204,195,136)
0 Favorites   0 Comments

Color spaces of #ccc388

RGB 204195136
HSL0.140.400.67
HSV52°33°80°
CMYK 0.000.040.33   0.20
XYZ48.860953.645231.0719
Yxy53.64520.36580.4016
Hunter Lab73.2429-9.096326.1174
CIE-Lab78.2544-5.730430.8338

#ccc388 color RGB value is (204,195,136).

#ccc388 hex color red value is 204, green value is 195 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ccc388 hue: 0.14 , saturation: 0.40 and the lightness value of ccc388 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000011 10001000
Octal 314 303 210
Decimal 204 195 136
Hex CC C3 88

RGB Percentages of Color #ccc388

%38.13
%36.45
%25.42

CMYK Percentages of Color #ccc388

%0
%4
%33
%20

Triadic Colors of #ccc388

#ccc388 #88ccc3 #c388cc

Analogous Colors of #ccc388

#ccc388 #b3cc88 #cca188

Monochromatic Colors of #ccc388

#ccc388

Complementary Color

#ccc388 #8891cc

#ccc388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc388 Color CSS Codes

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

#ccc388 Text Font Color

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

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


#ccc388 Background Color

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

This div background color is #ccc388


#ccc388 Border Color

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

This div border color is #ccc388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc388


Comments

No comments written yet.

Please login to write comment.