Color Hex Logo

#ccd86d Color Hex

#CCD86D
(204,216,109)
0 Favorites   0 Comments

Color spaces of #ccd86d

RGB 204216109
HSL0.190.580.64
HSV67°50°85°
CMYK 0.060.000.50   0.15
XYZ52.218063.053223.8863
Yxy63.05320.37520.4531
Hunter Lab79.4060-21.577737.7491
CIE-Lab83.4704-19.242150.8787

#ccd86d color RGB value is (204,216,109).

#ccd86d hex color red value is 204, green value is 216 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ccd86d hue: 0.19 , saturation: 0.58 and the lightness value of ccd86d is 0.64.

The process color (four color CMYK) of #ccd86d color hex is 0.06, 0.00, 0.50, 0.15. Web safe color of #ccd86d is #cccc66. Color #ccd86d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011000 01101101
Octal 314 330 155
Decimal 204 216 109
Hex CC D8 6D

RGB Percentages of Color #ccd86d

%38.56
%40.83
%20.60

CMYK Percentages of Color #ccd86d

%6
%0
%50
%15

Triadic Colors of #ccd86d

#ccd86d #6dccd8 #d86dcc

Analogous Colors of #ccd86d

#ccd86d #97d86d #d8af6d

Monochromatic Colors of #ccd86d

#ccd86d

Complementary Color

#ccd86d #796dd8

#ccd86d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd86d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd86d Color CSS Codes

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

#ccd86d Text Font Color

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

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


#ccd86d Background Color

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

This div background color is #ccd86d


#ccd86d Border Color

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

This div border color is #ccd86d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd86d


Comments

No comments written yet.

Please login to write comment.