Color Hex Logo

#ccd529 Color Hex

#CCD529
(204,213,41)
0 Favorites   0 Comments

Color spaces of #ccd529

RGB 20421341
HSL0.180.680.50
HSV63°81°84°
CMYK 0.040.000.81   0.16
XYZ49.096360.586011.2044
Yxy60.58600.40610.5012
Hunter Lab77.8370-23.624545.9513
CIE-Lab82.1557-21.904075.5124

#ccd529 color RGB value is (204,213,41).

#ccd529 hex color red value is 204, green value is 213 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ccd529 hue: 0.18 , saturation: 0.68 and the lightness value of ccd529 is 0.50.

The process color (four color CMYK) of #ccd529 color hex is 0.04, 0.00, 0.81, 0.16. Web safe color of #ccd529 is #cccc33. Color #ccd529 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010101 00101001
Octal 314 325 51
Decimal 204 213 41
Hex CC D5 29

RGB Percentages of Color #ccd529

%44.54
%46.51
%8.95

CMYK Percentages of Color #ccd529

%4
%0
%81
%16

Triadic Colors of #ccd529

#ccd529 #29ccd5 #d529cc

Analogous Colors of #ccd529

#ccd529 #76d529 #d58829

Monochromatic Colors of #ccd529

#ccd529

Complementary Color

#ccd529 #3229d5

#ccd529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd529 Color CSS Codes

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

#ccd529 Text Font Color

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

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


#ccd529 Background Color

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

This div background color is #ccd529


#ccd529 Border Color

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

This div border color is #ccd529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd529


Comments

No comments written yet.

Please login to write comment.