Color Hex Logo

#ccdd86 Color Hex

#CCDD86
(204,221,134)
0 Favorites   0 Comments

Color spaces of #ccdd86

RGB 204221134
HSL0.200.560.70
HSV72°39°87°
CMYK 0.080.000.39   0.13
XYZ55.061466.271532.4439
Yxy66.27150.35810.4310
Hunter Lab81.4073-21.730933.3558
CIE-Lab85.1347-19.114140.7862

#ccdd86 color RGB value is (204,221,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 10000110
Octal 314 335 206
Decimal 204 221 134
Hex CC DD 86

RGB Percentages of Color #ccdd86

%36.49
%39.53
%23.97

CMYK Percentages of Color #ccdd86

%8
%0
%39
%13

Triadic Colors of #ccdd86

#ccdd86 #86ccdd #dd86cc

Analogous Colors of #ccdd86

#ccdd86 #a1dd86 #ddc386

Monochromatic Colors of #ccdd86

#ccdd86

Complementary Color

#ccdd86 #9786dd

#ccdd86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdd86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdd86 Color CSS Codes

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

#ccdd86 Text Font Color

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

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


#ccdd86 Background Color

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

This div background color is #ccdd86


#ccdd86 Border Color

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

This div border color is #ccdd86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdd86


Comments

No comments written yet.

Please login to write comment.