Color Hex Logo

#cde013 Color Hex

#CDE013
(205,224,19)
0 Favorites   0 Comments

Color spaces of #cde013

RGB 20522419
HSL0.180.840.48
HSV66°92°88°
CMYK 0.080.000.92   0.12
XYZ51.950066.337510.6824
Yxy66.33750.40280.5144
Hunter Lab81.4478-28.680849.2372
CIE-Lab85.1683-27.262582.1852

#cde013 color RGB value is (205,224,19).

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

The process color (four color CMYK) of #cde013 color hex is 0.08, 0.00, 0.92, 0.12. Web safe color of #cde013 is #cccc00. Color #cde013 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100000 00010011
Octal 315 340 23
Decimal 205 224 19
Hex CD E0 13

RGB Percentages of Color #cde013

%45.76
%50.00
%4.24

CMYK Percentages of Color #cde013

%8
%0
%92
%12

Triadic Colors of #cde013

#cde013 #13cde0 #e013cd

Analogous Colors of #cde013

#cde013 #67e013 #e08d13

Monochromatic Colors of #cde013

#cde013

Complementary Color

#cde013 #2613e0

#cde013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde013 Color CSS Codes

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

#cde013 Text Font Color

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

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


#cde013 Background Color

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

This div background color is #cde013


#cde013 Border Color

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

This div border color is #cde013


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde013


Comments

No comments written yet.

Please login to write comment.