Color Hex Logo

#ccec2c Color Hex

#CCEC2C
(204,236,44)
0 Favorites   0 Comments

Color spaces of #ccec2c

RGB 20423644
HSL0.190.830.55
HSV70°81°93°
CMYK 0.140.000.81   0.07
XYZ55.351973.010113.5579
Yxy73.01010.39000.5144
Hunter Lab85.4459-33.898150.4045
CIE-Lab88.4525-32.683380.2193

#ccec2c color RGB value is (204,236,44).

#ccec2c hex color red value is 204, green value is 236 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ccec2c hue: 0.19 , saturation: 0.83 and the lightness value of ccec2c is 0.55.

The process color (four color CMYK) of #ccec2c color hex is 0.14, 0.00, 0.81, 0.07. Web safe color of #ccec2c is #ccff33. Color #ccec2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101100 00101100
Octal 314 354 54
Decimal 204 236 44
Hex CC EC 2C

RGB Percentages of Color #ccec2c

%42.15
%48.76
%9.09

CMYK Percentages of Color #ccec2c

%14
%0
%81
%7

Triadic Colors of #ccec2c

#ccec2c #2cccec #ec2ccc

Analogous Colors of #ccec2c

#ccec2c #6cec2c #ecac2c

Monochromatic Colors of #ccec2c

#ccec2c

Complementary Color

#ccec2c #4c2cec

#ccec2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccec2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccec2c Color CSS Codes

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

#ccec2c Text Font Color

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

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


#ccec2c Background Color

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

This div background color is #ccec2c


#ccec2c Border Color

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

This div border color is #ccec2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccec2c


Comments

No comments written yet.

Please login to write comment.