Color Hex Logo

#ccd629 Color Hex

#CCD629
(204,214,41)
0 Favorites   0 Comments

Color spaces of #ccd629

RGB 20421441
HSL0.180.680.50
HSV63°81°84°
CMYK 0.050.000.81   0.16
XYZ49.348661.090611.2885
Yxy61.09060.40540.5019
Hunter Lab78.1605-24.080346.1492
CIE-Lab82.4274-22.389375.7470

#ccd629 color RGB value is (204,214,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010110 00101001
Octal 314 326 51
Decimal 204 214 41
Hex CC D6 29

RGB Percentages of Color #ccd629

%44.44
%46.62
%8.93

CMYK Percentages of Color #ccd629

%5
%0
%81
%16

Triadic Colors of #ccd629

#ccd629 #29ccd6 #d629cc

Analogous Colors of #ccd629

#ccd629 #76d629 #d68a29

Monochromatic Colors of #ccd629

#ccd629

Complementary Color

#ccd629 #3329d6

#ccd629 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd629 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd629 Color CSS Codes

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

#ccd629 Text Font Color

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

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


#ccd629 Background Color

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

This div background color is #ccd629


#ccd629 Border Color

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

This div border color is #ccd629


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd629


Comments

No comments written yet.

Please login to write comment.