Color Hex Logo

#ccde31 Color Hex

#CCDE31
(204,222,49)
0 Favorites   0 Comments

Color spaces of #ccde31

RGB 20422249
HSL0.180.720.53
HSV66°78°87°
CMYK 0.080.000.78   0.13
XYZ51.577565.301712.7918
Yxy65.30170.39780.5036
Hunter Lab80.8095-27.487047.1813
CIE-Lab84.6390-25.960475.5618

#ccde31 color RGB value is (204,222,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 00110001
Octal 314 336 61
Decimal 204 222 49
Hex CC DE 31

RGB Percentages of Color #ccde31

%42.95
%46.74
%10.32

CMYK Percentages of Color #ccde31

%8
%0
%78
%13

Triadic Colors of #ccde31

#ccde31 #31ccde #de31cc

Analogous Colors of #ccde31

#ccde31 #76de31 #de9a31

Monochromatic Colors of #ccde31

#ccde31

Complementary Color

#ccde31 #4331de

#ccde31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccde31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccde31 Color CSS Codes

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

#ccde31 Text Font Color

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

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


#ccde31 Background Color

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

This div background color is #ccde31


#ccde31 Border Color

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

This div border color is #ccde31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccde31


Comments

No comments written yet.

Please login to write comment.