Color Hex Logo

#ccde17 Color Hex

#CCDE17
(204,222,23)
0 Favorites   0 Comments

Color spaces of #ccde17

RGB 20422223
HSL0.180.810.48
HSV65°90°87°
CMYK 0.080.000.90   0.13
XYZ51.177865.141810.6869
Yxy65.14180.40300.5129
Hunter Lab80.7105-28.058048.6467
CIE-Lab84.5568-26.662381.1179

#ccde17 color RGB value is (204,222,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 00010111
Octal 314 336 27
Decimal 204 222 23
Hex CC DE 17

RGB Percentages of Color #ccde17

%45.43
%49.44
%5.12

CMYK Percentages of Color #ccde17

%8
%0
%90
%13

Triadic Colors of #ccde17

#ccde17 #17ccde #de17cc

Analogous Colors of #ccde17

#ccde17 #69de17 #de8d17

Monochromatic Colors of #ccde17

#ccde17

Complementary Color

#ccde17 #2917de

#ccde17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccde17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccde17 Color CSS Codes

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

#ccde17 Text Font Color

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

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


#ccde17 Background Color

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

This div background color is #ccde17


#ccde17 Border Color

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

This div border color is #ccde17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccde17


Comments

No comments written yet.

Please login to write comment.