Color Hex Logo

#ccd686 Color Hex

#CCD686
(204,214,134)
0 Favorites   0 Comments

Color spaces of #ccd686

RGB 204214134
HSL0.190.490.68
HSV67°37°84°
CMYK 0.050.000.37   0.16
XYZ53.251562.651731.8406
Yxy62.65170.36040.4241
Hunter Lab79.1528-18.428331.5565
CIE-Lab83.2588-15.646138.3851

#ccd686 color RGB value is (204,214,134).

#ccd686 hex color red value is 204, green value is 214 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #ccd686 hue: 0.19 , saturation: 0.49 and the lightness value of ccd686 is 0.68.

The process color (four color CMYK) of #ccd686 color hex is 0.05, 0.00, 0.37, 0.16. Web safe color of #ccd686 is #cccc99. Color #ccd686 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010110 10000110
Octal 314 326 206
Decimal 204 214 134
Hex CC D6 86

RGB Percentages of Color #ccd686

%36.96
%38.77
%24.28

CMYK Percentages of Color #ccd686

%5
%0
%37
%16

Triadic Colors of #ccd686

#ccd686 #86ccd6 #d686cc

Analogous Colors of #ccd686

#ccd686 #a4d686 #d6b886

Monochromatic Colors of #ccd686

#ccd686

Complementary Color

#ccd686 #9086d6

#ccd686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd686 Color CSS Codes

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

#ccd686 Text Font Color

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

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


#ccd686 Background Color

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

This div background color is #ccd686


#ccd686 Border Color

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

This div border color is #ccd686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd686


Comments

No comments written yet.

Please login to write comment.