Color Hex Logo

#ccdd56 Color Hex

#CCDD56
(204,221,86)
0 Favorites   0 Comments

Color spaces of #ccdd56

RGB 20422186
HSL0.190.670.60
HSV68°61°87°
CMYK 0.080.000.61   0.13
XYZ52.438065.222218.6295
Yxy65.22220.38480.4786
Hunter Lab80.7603-25.429642.8554
CIE-Lab84.5981-23.528862.4142

#ccdd56 color RGB value is (204,221,86).

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

The process color (four color CMYK) of #ccdd56 color hex is 0.08, 0.00, 0.61, 0.13. Web safe color of #ccdd56 is #cccc66. Color #ccdd56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 01010110
Octal 314 335 126
Decimal 204 221 86
Hex CC DD 56

RGB Percentages of Color #ccdd56

%39.92
%43.25
%16.83

CMYK Percentages of Color #ccdd56

%8
%0
%61
%13

Triadic Colors of #ccdd56

#ccdd56 #56ccdd #dd56cc

Analogous Colors of #ccdd56

#ccdd56 #89dd56 #ddab56

Monochromatic Colors of #ccdd56

#ccdd56

Complementary Color

#ccdd56 #6756dd

#ccdd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdd56 Color CSS Codes

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

#ccdd56 Text Font Color

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

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


#ccdd56 Background Color

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

This div background color is #ccdd56


#ccdd56 Border Color

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

This div border color is #ccdd56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdd56


Comments

No comments written yet.

Please login to write comment.