Color Hex Logo

#ccc818 Color Hex

#CCC818
(204,200,24)
0 Favorites   0 Comments

Color spaces of #ccc818

RGB 20420024
HSL0.160.790.45
HSV59°88°80°
CMYK 0.000.020.88   0.20
XYZ45.721054.21198.9183
Yxy54.21190.42000.4980
Hunter Lab73.6287-18.007744.3586
CIE-Lab78.5851-15.926476.2210

#ccc818 color RGB value is (204,200,24).

#ccc818 hex color red value is 204, green value is 200 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #ccc818 hue: 0.16 , saturation: 0.79 and the lightness value of ccc818 is 0.45.

The process color (four color CMYK) of #ccc818 color hex is 0.00, 0.02, 0.88, 0.20. Web safe color of #ccc818 is #cccc00. Color #ccc818 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001000 00011000
Octal 314 310 30
Decimal 204 200 24
Hex CC C8 18

RGB Percentages of Color #ccc818

%47.66
%46.73
%5.61

CMYK Percentages of Color #ccc818

%0
%2
%88
%20

Triadic Colors of #ccc818

#ccc818 #18ccc8 #c818cc

Analogous Colors of #ccc818

#ccc818 #76cc18 #cc6e18

Monochromatic Colors of #ccc818

#ccc818

Complementary Color

#ccc818 #181ccc

#ccc818 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc818 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc818 Color CSS Codes

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

#ccc818 Text Font Color

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

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


#ccc818 Background Color

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

This div background color is #ccc818


#ccc818 Border Color

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

This div border color is #ccc818


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc818


Comments

No comments written yet.

Please login to write comment.