Color Hex Logo

#ccde0c Color Hex

#CCDE0C
(204,222,12)
0 Favorites   0 Comments

Color spaces of #ccde0c

RGB 20422212
HSL0.180.900.46
HSV65°95°87°
CMYK 0.080.000.95   0.13
XYZ51.089565.106510.2219
Yxy65.10650.40410.5150
Hunter Lab80.6886-28.184448.9710
CIE-Lab84.5386-26.818082.4445

#ccde0c color RGB value is (204,222,12).

#ccde0c hex color red value is 204, green value is 222 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ccde0c hue: 0.18 , saturation: 0.90 and the lightness value of ccde0c is 0.46.

The process color (four color CMYK) of #ccde0c color hex is 0.08, 0.00, 0.95, 0.13. Web safe color of #ccde0c is #cccc00. Color #ccde0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 00001100
Octal 314 336 14
Decimal 204 222 12
Hex CC DE C

RGB Percentages of Color #ccde0c

%46.58
%50.68
%2.74

CMYK Percentages of Color #ccde0c

%8
%0
%95
%13

Triadic Colors of #ccde0c

#ccde0c #0cccde #de0ccc

Analogous Colors of #ccde0c

#ccde0c #63de0c #de870c

Monochromatic Colors of #ccde0c

#ccde0c

Complementary Color

#ccde0c #1e0cde

#ccde0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccde0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccde0c Color CSS Codes

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

#ccde0c Text Font Color

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

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


#ccde0c Background Color

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

This div background color is #ccde0c


#ccde0c Border Color

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

This div border color is #ccde0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccde0c


Comments

No comments written yet.

Please login to write comment.