Color Hex Logo

#ccde13 Color Hex

#CCDE13
(204,222,19)
0 Favorites   0 Comments

Color spaces of #ccde13

RGB 20422219
HSL0.180.840.47
HSV65°91°87°
CMYK 0.080.000.91   0.13
XYZ51.140765.126910.4915
Yxy65.12690.40340.5138
Hunter Lab80.7012-28.111048.7829
CIE-Lab84.5491-26.727581.6704

#ccde13 color RGB value is (204,222,19).

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

The process color (four color CMYK) of #ccde13 color hex is 0.08, 0.00, 0.91, 0.13. Web safe color of #ccde13 is #cccc00. Color #ccde13 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 00010011
Octal 314 336 23
Decimal 204 222 19
Hex CC DE 13

RGB Percentages of Color #ccde13

%45.84
%49.89
%4.27

CMYK Percentages of Color #ccde13

%8
%0
%91
%13

Triadic Colors of #ccde13

#ccde13 #13ccde #de13cc

Analogous Colors of #ccde13

#ccde13 #67de13 #de8b13

Monochromatic Colors of #ccde13

#ccde13

Complementary Color

#ccde13 #2513de

#ccde13 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccde13 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccde13 Color CSS Codes

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

#ccde13 Text Font Color

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

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


#ccde13 Background Color

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

This div background color is #ccde13


#ccde13 Border Color

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

This div border color is #ccde13


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccde13


Comments

No comments written yet.

Please login to write comment.