Color Hex Logo

#ccc218 Color Hex

#CCC218
(204,194,24)
0 Favorites   0 Comments

Color spaces of #ccc218

RGB 20419424
HSL0.160.790.45
HSV57°88°80°
CMYK 0.000.050.88   0.20
XYZ44.358551.48698.4642
Yxy51.48690.42530.4936
Hunter Lab71.7544-15.221643.2342
CIE-Lab76.9730-12.908574.9414

#ccc218 color RGB value is (204,194,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000010 00011000
Octal 314 302 30
Decimal 204 194 24
Hex CC C2 18

RGB Percentages of Color #ccc218

%48.34
%45.97
%5.69

CMYK Percentages of Color #ccc218

%0
%5
%88
%20

Triadic Colors of #ccc218

#ccc218 #18ccc2 #c218cc

Analogous Colors of #ccc218

#ccc218 #7ccc18 #cc6818

Monochromatic Colors of #ccc218

#ccc218

Complementary Color

#ccc218 #1822cc

#ccc218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc218 Color CSS Codes

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

#ccc218 Text Font Color

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

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


#ccc218 Background Color

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

This div background color is #ccc218


#ccc218 Border Color

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

This div border color is #ccc218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc218


Comments

No comments written yet.

Please login to write comment.