Color Hex Logo

#ccd913 Color Hex

#CCD913
(204,217,19)
0 Favorites   0 Comments

Color spaces of #ccd913

RGB 20421719
HSL0.180.840.46
HSV64°91°85°
CMYK 0.060.000.91   0.15
XYZ49.832262.510110.0553
Yxy62.51010.40710.5107
Hunter Lab79.0633-25.855547.8038
CIE-Lab83.1839-24.341780.6054

#ccd913 color RGB value is (204,217,19).

#ccd913 hex color red value is 204, green value is 217 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #ccd913 hue: 0.18 , saturation: 0.84 and the lightness value of ccd913 is 0.46.

The process color (four color CMYK) of #ccd913 color hex is 0.06, 0.00, 0.91, 0.15. Web safe color of #ccd913 is #cccc00. Color #ccd913 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011001 00010011
Octal 314 331 23
Decimal 204 217 19
Hex CC D9 13

RGB Percentages of Color #ccd913

%46.36
%49.32
%4.32

CMYK Percentages of Color #ccd913

%6
%0
%91
%15

Triadic Colors of #ccd913

#ccd913 #13ccd9 #d913cc

Analogous Colors of #ccd913

#ccd913 #69d913 #d98313

Monochromatic Colors of #ccd913

#ccd913

Complementary Color

#ccd913 #2013d9

#ccd913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccd913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccd913 Color CSS Codes

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

#ccd913 Text Font Color

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

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


#ccd913 Background Color

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

This div background color is #ccd913


#ccd913 Border Color

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

This div border color is #ccd913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccd913


Comments

No comments written yet.

Please login to write comment.