Color Hex Logo

#ccdf86 Color Hex

#CCDF86
(204,223,134)
0 Favorites   0 Comments

Color spaces of #ccdf86

RGB 204223134
HSL0.200.580.70
HSV73°40°87°
CMYK 0.090.000.40   0.13
XYZ55.592667.334032.6210
Yxy67.33400.35740.4329
Hunter Lab82.0573-22.669233.8700
CIE-Lab85.6723-20.095341.4705

#ccdf86 color RGB value is (204,223,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 10000110
Octal 314 337 206
Decimal 204 223 134
Hex CC DF 86

RGB Percentages of Color #ccdf86

%36.36
%39.75
%23.89

CMYK Percentages of Color #ccdf86

%9
%0
%40
%13

Triadic Colors of #ccdf86

#ccdf86 #86ccdf #df86cc

Analogous Colors of #ccdf86

#ccdf86 #a0df86 #dfc686

Monochromatic Colors of #ccdf86

#ccdf86

Complementary Color

#ccdf86 #9986df

#ccdf86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdf86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdf86 Color CSS Codes

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

#ccdf86 Text Font Color

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

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


#ccdf86 Background Color

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

This div background color is #ccdf86


#ccdf86 Border Color

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

This div border color is #ccdf86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdf86


Comments

No comments written yet.

Please login to write comment.