Color Hex Logo

#ccc68e Color Hex

#CCC68E
(204,198,142)
0 Favorites   0 Comments

Color spaces of #ccc68e

RGB 204198142
HSL0.150.380.68
HSV54°30°80°
CMYK 0.000.030.30   0.20
XYZ49.978455.178533.6076
Yxy55.17850.36020.3976
Hunter Lab74.2822-9.895925.1729
CIE-Lab79.1440-6.534228.8790

#ccc68e color RGB value is (204,198,142).

#ccc68e hex color red value is 204, green value is 198 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ccc68e hue: 0.15 , saturation: 0.38 and the lightness value of ccc68e is 0.68.

The process color (four color CMYK) of #ccc68e color hex is 0.00, 0.03, 0.30, 0.20. Web safe color of #ccc68e is #cccc99. Color #ccc68e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000110 10001110
Octal 314 306 216
Decimal 204 198 142
Hex CC C6 8E

RGB Percentages of Color #ccc68e

%37.50
%36.40
%26.10

CMYK Percentages of Color #ccc68e

%0
%3
%30
%20

Triadic Colors of #ccc68e

#ccc68e #8eccc6 #c68ecc

Analogous Colors of #ccc68e

#ccc68e #b3cc8e #cca78e

Monochromatic Colors of #ccc68e

#ccc68e

Complementary Color

#ccc68e #8e94cc

#ccc68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc68e Color CSS Codes

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

#ccc68e Text Font Color

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

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


#ccc68e Background Color

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

This div background color is #ccc68e


#ccc68e Border Color

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

This div border color is #ccc68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc68e


Comments

No comments written yet.

Please login to write comment.