Color Hex Logo

#ccde20 Color Hex

#CCDE20
(204,222,32)
0 Favorites   0 Comments

Color spaces of #ccde20

RGB 20422232
HSL0.180.750.50
HSV66°86°87°
CMYK 0.080.000.86   0.13
XYZ51.283865.184211.2454
Yxy65.18420.40160.5104
Hunter Lab80.7367-27.906548.2575
CIE-Lab84.5786-26.475679.5756

#ccde20 color RGB value is (204,222,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 00100000
Octal 314 336 40
Decimal 204 222 32
Hex CC DE 20

RGB Percentages of Color #ccde20

%44.54
%48.47
%6.99

CMYK Percentages of Color #ccde20

%8
%0
%86
%13

Triadic Colors of #ccde20

#ccde20 #20ccde #de20cc

Analogous Colors of #ccde20

#ccde20 #6dde20 #de9120

Monochromatic Colors of #ccde20

#ccde20

Complementary Color

#ccde20 #3220de

#ccde20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccde20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccde20 Color CSS Codes

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

#ccde20 Text Font Color

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

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


#ccde20 Background Color

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

This div background color is #ccde20


#ccde20 Border Color

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

This div border color is #ccde20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccde20


Comments

No comments written yet.

Please login to write comment.