Color Hex Logo

#ccc58e Color Hex

#CCC58E
(204,197,142)
0 Favorites   0 Comments

Color spaces of #ccc58e

RGB 204197142
HSL0.150.380.68
HSV53°30°80°
CMYK 0.000.030.30   0.20
XYZ49.750654.722933.5316
Yxy54.72290.36050.3965
Hunter Lab73.9749-9.408924.9073
CIE-Lab78.8814-6.016428.5282

#ccc58e color RGB value is (204,197,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000101 10001110
Octal 314 305 216
Decimal 204 197 142
Hex CC C5 8E

RGB Percentages of Color #ccc58e

%37.57
%36.28
%26.15

CMYK Percentages of Color #ccc58e

%0
%3
%30
%20

Triadic Colors of #ccc58e

#ccc58e #8eccc5 #c58ecc

Analogous Colors of #ccc58e

#ccc58e #b4cc8e #cca68e

Monochromatic Colors of #ccc58e

#ccc58e

Complementary Color

#ccc58e #8e95cc

#ccc58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc58e Color CSS Codes

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

#ccc58e Text Font Color

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

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


#ccc58e Background Color

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

This div background color is #ccc58e


#ccc58e Border Color

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

This div border color is #ccc58e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc58e


Comments

No comments written yet.

Please login to write comment.