Color Hex Logo

#cccd6d Color Hex

#CCCD6D
(204,205,109)
0 Favorites   0 Comments

Color spaces of #cccd6d

RGB 204205109
HSL0.170.490.62
HSV61°47°80°
CMYK 0.000.000.47   0.20
XYZ49.493557.604122.9781
Yxy57.60410.38050.4429
Hunter Lab75.8974-16.418635.1780
CIE-Lab80.5182-13.766947.3373

#cccd6d color RGB value is (204,205,109).

#cccd6d hex color red value is 204, green value is 205 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #cccd6d hue: 0.17 , saturation: 0.49 and the lightness value of cccd6d is 0.62.

The process color (four color CMYK) of #cccd6d color hex is 0.00, 0.00, 0.47, 0.20. Web safe color of #cccd6d is #cccc66. Color #cccd6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11001101 01101101
Octal 314 315 155
Decimal 204 205 109
Hex CC CD 6D

RGB Percentages of Color #cccd6d

%39.38
%39.58
%21.04

CMYK Percentages of Color #cccd6d

%0
%0
%47
%20

Triadic Colors of #cccd6d

#cccd6d #6dcccd #cd6dcc

Analogous Colors of #cccd6d

#cccd6d #9ccd6d #cd9e6d

Monochromatic Colors of #cccd6d

#cccd6d

Complementary Color

#cccd6d #6e6dcd

#cccd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cccd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cccd6d Color CSS Codes

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

#cccd6d Text Font Color

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

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


#cccd6d Background Color

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

This div background color is #cccd6d


#cccd6d Border Color

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

This div border color is #cccd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cccd6d


Comments

No comments written yet.

Please login to write comment.