Color Hex Logo

#ccd13e Color Hex

#CCD13E
(204,209,62)
0 Favorites   0 Comments

Color spaces of #ccd13e

RGB 20420962
HSL0.170.620.53
HSV62°70°82°
CMYK 0.020.000.70   0.18
XYZ48.571858.786113.3443
Yxy58.78610.40240.4870
Hunter Lab76.6721-21.096343.3514
CIE-Lab81.1739-19.105968.1971

#ccd13e color RGB value is (204,209,62).

#ccd13e hex color red value is 204, green value is 209 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ccd13e hue: 0.17 , saturation: 0.62 and the lightness value of ccd13e is 0.53.

The process color (four color CMYK) of #ccd13e color hex is 0.02, 0.00, 0.70, 0.18. Web safe color of #ccd13e is #cccc33. Color #ccd13e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11010001 00111110
Octal 314 321 76
Decimal 204 209 62
Hex CC D1 3E

RGB Percentages of Color #ccd13e

%42.95
%44.00
%13.05

CMYK Percentages of Color #ccd13e

%2
%0
%70
%18

Triadic Colors of #ccd13e

#ccd13e #3eccd1 #d13ecc

Analogous Colors of #ccd13e

#ccd13e #83d13e #d18d3e

Monochromatic Colors of #ccd13e

#ccd13e

Complementary Color

#ccd13e #433ed1

#ccd13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd13e Color CSS Codes

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

#ccd13e Text Font Color

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

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


#ccd13e Background Color

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

This div background color is #ccd13e


#ccd13e Border Color

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

This div border color is #ccd13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd13e


Comments

No comments written yet.

Please login to write comment.