Color Hex Logo

#ccda2c Color Hex

#CCDA2C
(204,218,44)
0 Favorites   0 Comments

Color spaces of #ccda2c

RGB 20421844
HSL0.180.700.51
HSV65°80°85°
CMYK 0.060.000.80   0.15
XYZ50.427963.162011.9165
Yxy63.16200.40180.5033
Hunter Lab79.4745-25.819246.7422
CIE-Lab83.5275-24.222675.9328

#ccda2c color RGB value is (204,218,44).

#ccda2c hex color red value is 204, green value is 218 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #ccda2c hue: 0.18 , saturation: 0.70 and the lightness value of ccda2c is 0.51.

The process color (four color CMYK) of #ccda2c color hex is 0.06, 0.00, 0.80, 0.15. Web safe color of #ccda2c is #cccc33. Color #ccda2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 00101100
Octal 314 332 54
Decimal 204 218 44
Hex CC DA 2C

RGB Percentages of Color #ccda2c

%43.78
%46.78
%9.44

CMYK Percentages of Color #ccda2c

%6
%0
%80
%15

Triadic Colors of #ccda2c

#ccda2c #2cccda #da2ccc

Analogous Colors of #ccda2c

#ccda2c #75da2c #da912c

Monochromatic Colors of #ccda2c

#ccda2c

Complementary Color

#ccda2c #3a2cda

#ccda2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccda2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccda2c Color CSS Codes

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

#ccda2c Text Font Color

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

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


#ccda2c Background Color

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

This div background color is #ccda2c


#ccda2c Border Color

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

This div border color is #ccda2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccda2c


Comments

No comments written yet.

Please login to write comment.