Color Hex Logo

#ccda2f Color Hex

#CCDA2F
(204,218,47)
0 Favorites   0 Comments

Color spaces of #ccda2f

RGB 20421847
HSL0.180.700.52
HSV65°78°85°
CMYK 0.060.000.78   0.15
XYZ50.486363.185412.2244
Yxy63.18540.40100.5019
Hunter Lab79.4892-25.734846.5244
CIE-Lab83.5398-24.119475.1370

#ccda2f color RGB value is (204,218,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011010 00101111
Octal 314 332 57
Decimal 204 218 47
Hex CC DA 2F

RGB Percentages of Color #ccda2f

%43.50
%46.48
%10.02

CMYK Percentages of Color #ccda2f

%6
%0
%78
%15

Triadic Colors of #ccda2f

#ccda2f #2fccda #da2fcc

Analogous Colors of #ccda2f

#ccda2f #77da2f #da932f

Monochromatic Colors of #ccda2f

#ccda2f

Complementary Color

#ccda2f #3d2fda

#ccda2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccda2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccda2f Color CSS Codes

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

#ccda2f Text Font Color

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

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


#ccda2f Background Color

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

This div background color is #ccda2f


#ccda2f Border Color

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

This div border color is #ccda2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccda2f


Comments

No comments written yet.

Please login to write comment.