Color Hex Logo

#ccde14 Color Hex

#CCDE14
(204,222,20)
0 Favorites   0 Comments

Color spaces of #ccde14

RGB 20422220
HSL0.180.830.47
HSV65°91°87°
CMYK 0.080.000.91   0.13
XYZ51.149465.130410.5374
Yxy65.13040.40330.5136
Hunter Lab80.7034-28.098648.7509
CIE-Lab84.5509-26.712281.5400

#ccde14 color RGB value is (204,222,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011110 00010100
Octal 314 336 24
Decimal 204 222 20
Hex CC DE 14

RGB Percentages of Color #ccde14

%45.74
%49.78
%4.48

CMYK Percentages of Color #ccde14

%8
%0
%91
%13

Triadic Colors of #ccde14

#ccde14 #14ccde #de14cc

Analogous Colors of #ccde14

#ccde14 #67de14 #de8b14

Monochromatic Colors of #ccde14

#ccde14

Complementary Color

#ccde14 #2614de

#ccde14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccde14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccde14 Color CSS Codes

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

#ccde14 Text Font Color

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

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


#ccde14 Background Color

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

This div background color is #ccde14


#ccde14 Border Color

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

This div border color is #ccde14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccde14


Comments

No comments written yet.

Please login to write comment.