Color Hex Logo

#ccd012 Color Hex

#CCD012
(204,208,18)
0 Favorites   0 Comments

Color spaces of #ccd012

RGB 20420818
HSL0.170.840.44
HSV61°91°82°
CMYK 0.020.000.91   0.18
XYZ47.566957.99289.2590
Yxy57.99280.41430.5051
Hunter Lab76.1530-21.772646.0984
CIE-Lab80.7348-19.989378.8350

#ccd012 color RGB value is (204,208,18).

#ccd012 hex color red value is 204, green value is 208 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ccd012 hue: 0.17 , saturation: 0.84 and the lightness value of ccd012 is 0.44.

The process color (four color CMYK) of #ccd012 color hex is 0.02, 0.00, 0.91, 0.18. Web safe color of #ccd012 is #cccc00. Color #ccd012 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010000 00010010
Octal 314 320 22
Decimal 204 208 18
Hex CC D0 12

RGB Percentages of Color #ccd012

%47.44
%48.37
%4.19

CMYK Percentages of Color #ccd012

%2
%0
%91
%18

Triadic Colors of #ccd012

#ccd012 #12ccd0 #d012cc

Analogous Colors of #ccd012

#ccd012 #6dd012 #d07512

Monochromatic Colors of #ccd012

#ccd012

Complementary Color

#ccd012 #1612d0

#ccd012 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd012 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd012 Color CSS Codes

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

#ccd012 Text Font Color

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

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


#ccd012 Background Color

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

This div background color is #ccd012


#ccd012 Border Color

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

This div border color is #ccd012


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd012


Comments

No comments written yet.

Please login to write comment.