Color Hex Logo

#ccde2f Color Hex

#CCDE2F
(204,222,47)
0 Favorites   0 Comments

Color spaces of #ccde2f

RGB 20422247
HSL0.180.730.53
HSV66°79°87°
CMYK 0.080.000.79   0.13
XYZ51.536265.285212.5744
Yxy65.28520.39830.5045
Hunter Lab80.7993-27.546047.3325
CIE-Lab84.6305-26.032776.1053

#ccde2f color RGB value is (204,222,47).

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

The process color (four color CMYK) of #ccde2f color hex is 0.08, 0.00, 0.79, 0.13. Web safe color of #ccde2f is #cccc33. Color #ccde2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 00101111
Octal 314 336 57
Decimal 204 222 47
Hex CC DE 2F

RGB Percentages of Color #ccde2f

%43.13
%46.93
%9.94

CMYK Percentages of Color #ccde2f

%8
%0
%79
%13

Triadic Colors of #ccde2f

#ccde2f #2fccde #de2fcc

Analogous Colors of #ccde2f

#ccde2f #75de2f #de992f

Monochromatic Colors of #ccde2f

#ccde2f

Complementary Color

#ccde2f #412fde

#ccde2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccde2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccde2f Color CSS Codes

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

#ccde2f Text Font Color

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

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


#ccde2f Background Color

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

This div background color is #ccde2f


#ccde2f Border Color

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

This div border color is #ccde2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccde2f


Comments

No comments written yet.

Please login to write comment.