Color Hex Logo

#ccd804 Color Hex

#CCD804
(204,216,4)
0 Favorites   0 Comments

Color spaces of #ccd804

RGB 2042164
HSL0.180.960.43
HSV63°98°85°
CMYK 0.060.000.98   0.15
XYZ49.479661.95799.4661
Yxy61.95790.40920.5125
Hunter Lab78.7133-25.542447.9691
CIE-Lab82.8910-24.032381.9018

#ccd804 color RGB value is (204,216,4).

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

The process color (four color CMYK) of #ccd804 color hex is 0.06, 0.00, 0.98, 0.15. Web safe color of #ccd804 is #cccc00. Color #ccd804 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011000 00000100
Octal 314 330 4
Decimal 204 216 4
Hex CC D8 4

RGB Percentages of Color #ccd804

%48.11
%50.94
%0.94

CMYK Percentages of Color #ccd804

%6
%0
%98
%15

Triadic Colors of #ccd804

#ccd804 #04ccd8 #d804cc

Analogous Colors of #ccd804

#ccd804 #62d804 #d87a04

Monochromatic Colors of #ccd804

#ccd804

Complementary Color

#ccd804 #1004d8

#ccd804 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd804 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd804 Color CSS Codes

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

#ccd804 Text Font Color

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

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


#ccd804 Background Color

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

This div background color is #ccd804


#ccd804 Border Color

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

This div border color is #ccd804


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd804


Comments

No comments written yet.

Please login to write comment.