Color Hex Logo

#ccc98e Color Hex

#CCC98E
(204,201,142)
0 Favorites   0 Comments

Color spaces of #ccc98e

RGB 204201142
HSL0.160.380.68
HSV57°30°80°
CMYK 0.000.010.30   0.20
XYZ50.671056.563733.8384
Yxy56.56370.35920.4010
Hunter Lab75.2088-11.353425.9701
CIE-Lab79.9336-8.081929.9316

#ccc98e color RGB value is (204,201,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 10001110
Octal 314 311 216
Decimal 204 201 142
Hex CC C9 8E

RGB Percentages of Color #ccc98e

%37.29
%36.75
%25.96

CMYK Percentages of Color #ccc98e

%0
%1
%30
%20

Triadic Colors of #ccc98e

#ccc98e #8eccc9 #c98ecc

Analogous Colors of #ccc98e

#ccc98e #b0cc8e #ccaa8e

Monochromatic Colors of #ccc98e

#ccc98e

Complementary Color

#ccc98e #8e91cc

#ccc98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc98e Color CSS Codes

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

#ccc98e Text Font Color

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

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


#ccc98e Background Color

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

This div background color is #ccc98e


#ccc98e Border Color

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

This div border color is #ccc98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc98e


Comments

No comments written yet.

Please login to write comment.