Color Hex Logo

#ccdd35 Color Hex

#CCDD35
(204,221,53)
0 Favorites   0 Comments

Color spaces of #ccdd35

RGB 20422153
HSL0.180.710.54
HSV66°76°87°
CMYK 0.080.000.76   0.13
XYZ51.400964.807313.1681
Yxy64.80730.39730.5009
Hunter Lab80.5030-26.908546.6539
CIE-Lab84.3843-25.328974.1716

#ccdd35 color RGB value is (204,221,53).

#ccdd35 hex color red value is 204, green value is 221 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #ccdd35 hue: 0.18 , saturation: 0.71 and the lightness value of ccdd35 is 0.54.

The process color (four color CMYK) of #ccdd35 color hex is 0.08, 0.00, 0.76, 0.13. Web safe color of #ccdd35 is #cccc33. Color #ccdd35 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011101 00110101
Octal 314 335 65
Decimal 204 221 53
Hex CC DD 35

RGB Percentages of Color #ccdd35

%42.68
%46.23
%11.09

CMYK Percentages of Color #ccdd35

%8
%0
%76
%13

Triadic Colors of #ccdd35

#ccdd35 #35ccdd #dd35cc

Analogous Colors of #ccdd35

#ccdd35 #78dd35 #dd9a35

Monochromatic Colors of #ccdd35

#ccdd35

Complementary Color

#ccdd35 #4635dd

#ccdd35 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdd35 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdd35 Color CSS Codes

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

#ccdd35 Text Font Color

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

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


#ccdd35 Background Color

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

This div background color is #ccdd35


#ccdd35 Border Color

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

This div border color is #ccdd35


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdd35


Comments

No comments written yet.

Please login to write comment.