Color Hex Logo

#ccdc65 Color Hex

#CCDC65
(204,220,101)
0 Favorites   0 Comments

Color spaces of #ccdc65

RGB 204220101
HSL0.190.630.63
HSV68°54°86°
CMYK 0.070.000.54   0.14
XYZ52.844064.963422.0659
Yxy64.96340.37780.4644
Hunter Lab80.5999-24.019240.1880
CIE-Lab84.4649-21.898855.7389

#ccdc65 color RGB value is (204,220,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011100 01100101
Octal 314 334 145
Decimal 204 220 101
Hex CC DC 65

RGB Percentages of Color #ccdc65

%38.86
%41.90
%19.24

CMYK Percentages of Color #ccdc65

%7
%0
%54
%14

Triadic Colors of #ccdc65

#ccdc65 #65ccdc #dc65cc

Analogous Colors of #ccdc65

#ccdc65 #91dc65 #dcb165

Monochromatic Colors of #ccdc65

#ccdc65

Complementary Color

#ccdc65 #7565dc

#ccdc65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdc65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdc65 Color CSS Codes

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

#ccdc65 Text Font Color

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

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


#ccdc65 Background Color

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

This div background color is #ccdc65


#ccdc65 Border Color

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

This div border color is #ccdc65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdc65


Comments

No comments written yet.

Please login to write comment.