Color Hex Logo

#ccd62f Color Hex

#CCD62F
(204,214,47)
0 Favorites   0 Comments

Color spaces of #ccd62f

RGB 20421447
HSL0.180.670.51
HSV64°78°84°
CMYK 0.050.000.78   0.16
XYZ49.461561.135711.8828
Yxy61.13570.40380.4991
Hunter Lab78.1893-23.914645.7219
CIE-Lab82.4516-22.187574.1680

#ccd62f color RGB value is (204,214,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010110 00101111
Octal 314 326 57
Decimal 204 214 47
Hex CC D6 2F

RGB Percentages of Color #ccd62f

%43.87
%46.02
%10.11

CMYK Percentages of Color #ccd62f

%5
%0
%78
%16

Triadic Colors of #ccd62f

#ccd62f #2fccd6 #d62fcc

Analogous Colors of #ccd62f

#ccd62f #79d62f #d68d2f

Monochromatic Colors of #ccd62f

#ccd62f

Complementary Color

#ccd62f #392fd6

#ccd62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd62f Color CSS Codes

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

#ccd62f Text Font Color

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

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


#ccd62f Background Color

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

This div background color is #ccd62f


#ccd62f Border Color

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

This div border color is #ccd62f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd62f


Comments

No comments written yet.

Please login to write comment.