color codes Logo

#ccdf2e color codes

#CCDF2E
(204,223,46)
0 Favorites   0 Comments

Color spaces of #ccdf2e

RGB 20422346
HSL0.180.730.53
HSV66°79°87°
CMYK 0.090.000.79   0.13
XYZ51.782765.810012.5581
Yxy65.81000.39790.5056
Hunter Lab81.1234-28.025747.6081
CIE-Lab84.8994-26.542976.6111

#ccdf2e color RGB value is (204,223,46).

#ccdf2e hex color red value is 204, green value is 223 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ccdf2e hue: 0.18 , saturation: 0.73 and the lightness value of ccdf2e is 0.53.

The process color (four color CMYK) of #ccdf2e color code is 0.09, 0.00, 0.79, 0.13. Web safe color of #ccdf2e is #cccc33. Color #ccdf2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 00101110
Octal 314 337 56
Decimal 204 223 46
Hex CC DF 2E

RGB Percentages of Color #ccdf2e

%43.13
%47.15
%9.73

CMYK Percentages of Color #ccdf2e

%9
%0
%79
%13

Triadic Colors of #ccdf2e

#ccdf2e #2eccdf #df2ecc

Analogous Colors of #ccdf2e

#ccdf2e #74df2e #df9a2e

Monochromatic Colors of #ccdf2e

#ccdf2e

Complementary Color

#ccdf2e #412edf

#ccdf2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdf2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdf2e Color CSS Codes

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

#ccdf2e Text Font Color

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

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


#ccdf2e Background Color

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

This div background color is #ccdf2e


#ccdf2e Border Color

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

This div border color is #ccdf2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdf2e

#ccdf2e Color Palettes


Comments

No comments written yet.

Please login to write comment.