Color Hex Logo

#ccda2e Color Hex

#CCDA2E
(204,218,46)
0 Favorites   0 Comments

Color spaces of #ccda2e

RGB 20421846
HSL0.180.700.52
HSV65°79°85°
CMYK 0.060.000.79   0.15
XYZ50.466463.177412.1194
Yxy63.17740.40130.5024
Hunter Lab79.4842-25.763546.5987
CIE-Lab83.5356-24.154575.4068

#ccda2e color RGB value is (204,218,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 00101110
Octal 314 332 56
Decimal 204 218 46
Hex CC DA 2E

RGB Percentages of Color #ccda2e

%43.59
%46.58
%9.83

CMYK Percentages of Color #ccda2e

%6
%0
%79
%15

Triadic Colors of #ccda2e

#ccda2e #2eccda #da2ecc

Analogous Colors of #ccda2e

#ccda2e #76da2e #da922e

Monochromatic Colors of #ccda2e

#ccda2e

Complementary Color

#ccda2e #3c2eda

#ccda2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccda2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccda2e Color CSS Codes

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

#ccda2e Text Font Color

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

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


#ccda2e Background Color

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

This div background color is #ccda2e


#ccda2e Border Color

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

This div border color is #ccda2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccda2e


Comments

No comments written yet.

Please login to write comment.