Color Hex Logo

#ccdd73 Color Hex

#CCDD73
(204,221,115)
0 Favorites   0 Comments

Color spaces of #ccdd73

RGB 204221115
HSL0.190.610.66
HSV70°48°87°
CMYK 0.080.000.48   0.13
XYZ53.852865.788126.0797
Yxy65.78810.36960.4515
Hunter Lab81.1099-23.427437.7131
CIE-Lab84.8882-21.123849.7387

#ccdd73 color RGB value is (204,221,115).

#ccdd73 hex color red value is 204, green value is 221 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ccdd73 hue: 0.19 , saturation: 0.61 and the lightness value of ccdd73 is 0.66.

The process color (four color CMYK) of #ccdd73 color hex is 0.08, 0.00, 0.48, 0.13. Web safe color of #ccdd73 is #cccc66. Color #ccdd73 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 01110011
Octal 314 335 163
Decimal 204 221 115
Hex CC DD 73

RGB Percentages of Color #ccdd73

%37.78
%40.93
%21.30

CMYK Percentages of Color #ccdd73

%8
%0
%48
%13

Triadic Colors of #ccdd73

#ccdd73 #73ccdd #dd73cc

Analogous Colors of #ccdd73

#ccdd73 #97dd73 #ddb973

Monochromatic Colors of #ccdd73

#ccdd73

Complementary Color

#ccdd73 #8473dd

#ccdd73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdd73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdd73 Color CSS Codes

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

#ccdd73 Text Font Color

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

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


#ccdd73 Background Color

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

This div background color is #ccdd73


#ccdd73 Border Color

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

This div border color is #ccdd73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdd73


Comments

No comments written yet.

Please login to write comment.