Color Hex Logo

#ccdd84 Color Hex

#CCDD84
(204,221,132)
0 Favorites   0 Comments

Color spaces of #ccdd84

RGB 204221132
HSL0.200.570.69
HSV71°40°87°
CMYK 0.080.000.40   0.13
XYZ54.923166.216231.7160
Yxy66.21620.35930.4332
Hunter Lab81.3733-21.924433.8525
CIE-Lab85.1066-19.342141.7443

#ccdd84 color RGB value is (204,221,132).

#ccdd84 hex color red value is 204, green value is 221 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #ccdd84 hue: 0.20 , saturation: 0.57 and the lightness value of ccdd84 is 0.69.

The process color (four color CMYK) of #ccdd84 color hex is 0.08, 0.00, 0.40, 0.13. Web safe color of #ccdd84 is #cccc99. Color #ccdd84 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 10000100
Octal 314 335 204
Decimal 204 221 132
Hex CC DD 84

RGB Percentages of Color #ccdd84

%36.62
%39.68
%23.70

CMYK Percentages of Color #ccdd84

%8
%0
%40
%13

Triadic Colors of #ccdd84

#ccdd84 #84ccdd #dd84cc

Analogous Colors of #ccdd84

#ccdd84 #a0dd84 #ddc284

Monochromatic Colors of #ccdd84

#ccdd84

Complementary Color

#ccdd84 #9584dd

#ccdd84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdd84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdd84 Color CSS Codes

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

#ccdd84 Text Font Color

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

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


#ccdd84 Background Color

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

This div background color is #ccdd84


#ccdd84 Border Color

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

This div border color is #ccdd84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdd84


Comments

No comments written yet.

Please login to write comment.