Color Hex Logo

#ccdc56 Color Hex

#CCDC56
(204,220,86)
0 Favorites   0 Comments

Color spaces of #ccdc56

RGB 20422086
HSL0.190.660.60
HSV67°61°86°
CMYK 0.070.000.61   0.14
XYZ52.174864.695718.5417
Yxy64.69570.38530.4778
Hunter Lab80.4336-24.971542.6359
CIE-Lab84.3267-23.046162.1209

#ccdc56 color RGB value is (204,220,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011100 01010110
Octal 314 334 126
Decimal 204 220 86
Hex CC DC 56

RGB Percentages of Color #ccdc56

%40.00
%43.14
%16.86

CMYK Percentages of Color #ccdc56

%7
%0
%61
%14

Triadic Colors of #ccdc56

#ccdc56 #56ccdc #dc56cc

Analogous Colors of #ccdc56

#ccdc56 #89dc56 #dca956

Monochromatic Colors of #ccdc56

#ccdc56

Complementary Color

#ccdc56 #6656dc

#ccdc56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdc56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdc56 Color CSS Codes

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

#ccdc56 Text Font Color

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

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


#ccdc56 Background Color

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

This div background color is #ccdc56


#ccdc56 Border Color

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

This div border color is #ccdc56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdc56


Comments

No comments written yet.

Please login to write comment.