Color Hex Logo

#ccc918 Color Hex

#CCC918
(204,201,24)
0 Favorites   0 Comments

Color spaces of #ccc918

RGB 20420124
HSL0.160.790.45
HSV59°88°80°
CMYK 0.000.010.88   0.20
XYZ45.953454.67668.9958
Yxy54.67660.41920.4988
Hunter Lab73.9436-18.469844.5475
CIE-Lab78.8546-16.425376.4347

#ccc918 color RGB value is (204,201,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001001 00011000
Octal 314 311 30
Decimal 204 201 24
Hex CC C9 18

RGB Percentages of Color #ccc918

%47.55
%46.85
%5.59

CMYK Percentages of Color #ccc918

%0
%1
%88
%20

Triadic Colors of #ccc918

#ccc918 #18ccc9 #c918cc

Analogous Colors of #ccc918

#ccc918 #75cc18 #cc6f18

Monochromatic Colors of #ccc918

#ccc918

Complementary Color

#ccc918 #181bcc

#ccc918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc918 Color CSS Codes

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

#ccc918 Text Font Color

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

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


#ccc918 Background Color

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

This div background color is #ccc918


#ccc918 Border Color

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

This div border color is #ccc918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc918


Comments

No comments written yet.

Please login to write comment.