Color Hex Logo

#ccd820 Color Hex

#CCD820
(204,216,32)
0 Favorites   0 Comments

Color spaces of #ccd820

RGB 20421632
HSL0.180.740.49
HSV64°85°85°
CMYK 0.060.000.85   0.15
XYZ49.718462.053410.7236
Yxy62.05340.40590.5066
Hunter Lab78.7740-25.193747.0706
CIE-Lab82.9418-23.605278.2280

#ccd820 color RGB value is (204,216,32).

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

The process color (four color CMYK) of #ccd820 color hex is 0.06, 0.00, 0.85, 0.15. Web safe color of #ccd820 is #cccc33. Color #ccd820 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011000 00100000
Octal 314 330 40
Decimal 204 216 32
Hex CC D8 20

RGB Percentages of Color #ccd820

%45.13
%47.79
%7.08

CMYK Percentages of Color #ccd820

%6
%0
%85
%15

Triadic Colors of #ccd820

#ccd820 #20ccd8 #d820cc

Analogous Colors of #ccd820

#ccd820 #70d820 #d88820

Monochromatic Colors of #ccd820

#ccd820

Complementary Color

#ccd820 #2c20d8

#ccd820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd820 Color CSS Codes

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

#ccd820 Text Font Color

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

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


#ccd820 Background Color

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

This div background color is #ccd820


#ccd820 Border Color

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

This div border color is #ccd820


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,216,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 #ccd820">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd820


Comments

No comments written yet.

Please login to write comment.