Color Hex Logo

#cde519 Color Hex

#CDE519
(205,229,25)
0 Favorites   0 Comments

Color spaces of #cde519

RGB 20522925
HSL0.190.800.50
HSV67°89°90°
CMYK 0.100.000.89   0.10
XYZ53.371669.087911.4420
Yxy69.08790.39860.5160
Hunter Lab83.1191-30.841950.0217
CIE-Lab86.5476-29.512282.4267

#cde519 color RGB value is (205,229,25).

#cde519 hex color red value is 205, green value is 229 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #cde519 hue: 0.19 , saturation: 0.80 and the lightness value of cde519 is 0.50.

The process color (four color CMYK) of #cde519 color hex is 0.10, 0.00, 0.89, 0.10. Web safe color of #cde519 is #cccc00. Color #cde519 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100101 00011001
Octal 315 345 31
Decimal 205 229 25
Hex CD E5 19

RGB Percentages of Color #cde519

%44.66
%49.89
%5.45

CMYK Percentages of Color #cde519

%10
%0
%89
%10

Triadic Colors of #cde519

#cde519 #19cde5 #e519cd

Analogous Colors of #cde519

#cde519 #67e519 #e59719

Monochromatic Colors of #cde519

#cde519

Complementary Color

#cde519 #3119e5

#cde519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde519 Color CSS Codes

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

#cde519 Text Font Color

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

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


#cde519 Background Color

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

This div background color is #cde519


#cde519 Border Color

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

This div border color is #cde519


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,229,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde519


Comments

No comments written yet.

Please login to write comment.