Color Hex Logo

#ccdc61 Color Hex

#CCDC61
(204,220,97)
0 Favorites   0 Comments

Color spaces of #ccdc61

RGB 20422097
HSL0.190.640.62
HSV68°56°86°
CMYK 0.070.000.56   0.14
XYZ52.652764.886821.0586
Yxy64.88680.37990.4682
Hunter Lab80.5523-24.290840.8866
CIE-Lab84.4254-22.225357.4863

#ccdc61 color RGB value is (204,220,97).

#ccdc61 hex color red value is 204, green value is 220 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ccdc61 hue: 0.19 , saturation: 0.64 and the lightness value of ccdc61 is 0.62.

The process color (four color CMYK) of #ccdc61 color hex is 0.07, 0.00, 0.56, 0.14. Web safe color of #ccdc61 is #cccc66. Color #ccdc61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011100 01100001
Octal 314 334 141
Decimal 204 220 97
Hex CC DC 61

RGB Percentages of Color #ccdc61

%39.16
%42.23
%18.62

CMYK Percentages of Color #ccdc61

%7
%0
%56
%14

Triadic Colors of #ccdc61

#ccdc61 #61ccdc #dc61cc

Analogous Colors of #ccdc61

#ccdc61 #8fdc61 #dcaf61

Monochromatic Colors of #ccdc61

#ccdc61

Complementary Color

#ccdc61 #7161dc

#ccdc61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdc61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdc61 Color CSS Codes

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

#ccdc61 Text Font Color

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

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


#ccdc61 Background Color

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

This div background color is #ccdc61


#ccdc61 Border Color

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

This div border color is #ccdc61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdc61


Comments

No comments written yet.

Please login to write comment.