Color Hex Logo

#ccc458 Color Hex

#CCC458
(204,196,88)
0 Favorites   0 Comments

Color spaces of #ccc458

RGB 20419688
HSL0.160.530.57
HSV56°57°80°
CMYK 0.000.040.57   0.20
XYZ46.403253.021817.0210
Yxy53.02180.39850.4553
Hunter Lab72.8161-13.676237.1120
CIE-Lab77.8879-10.982154.1370

#ccc458 color RGB value is (204,196,88).

#ccc458 hex color red value is 204, green value is 196 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ccc458 hue: 0.16 , saturation: 0.53 and the lightness value of ccc458 is 0.57.

The process color (four color CMYK) of #ccc458 color hex is 0.00, 0.04, 0.57, 0.20. Web safe color of #ccc458 is #cccc66. Color #ccc458 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000100 01011000
Octal 314 304 130
Decimal 204 196 88
Hex CC C4 58

RGB Percentages of Color #ccc458

%41.80
%40.16
%18.03

CMYK Percentages of Color #ccc458

%0
%4
%57
%20

Triadic Colors of #ccc458

#ccc458 #58ccc4 #c458cc

Analogous Colors of #ccc458

#ccc458 #9acc58 #cc8a58

Monochromatic Colors of #ccc458

#ccc458

Complementary Color

#ccc458 #5860cc

#ccc458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc458 Color CSS Codes

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

#ccc458 Text Font Color

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

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


#ccc458 Background Color

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

This div background color is #ccc458


#ccc458 Border Color

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

This div border color is #ccc458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc458


Comments

No comments written yet.

Please login to write comment.