Color Hex Logo

#cde52d Color Hex

#CDE52D
(205,229,45)
0 Favorites   0 Comments

Color spaces of #cde52d

RGB 20522945
HSL0.190.780.54
HSV68°80°90°
CMYK 0.100.000.80   0.10
XYZ53.669869.207213.0123
Yxy69.20720.39500.5093
Hunter Lab83.1909-30.426448.9598
CIE-Lab86.6065-28.999678.3946

#cde52d color RGB value is (205,229,45).

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

The process color (four color CMYK) of #cde52d color hex is 0.10, 0.00, 0.80, 0.10. Web safe color of #cde52d is #cccc33. Color #cde52d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100101 00101101
Octal 315 345 55
Decimal 205 229 45
Hex CD E5 2D

RGB Percentages of Color #cde52d

%42.80
%47.81
%9.39

CMYK Percentages of Color #cde52d

%10
%0
%80
%10

Triadic Colors of #cde52d

#cde52d #2dcde5 #e52dcd

Analogous Colors of #cde52d

#cde52d #71e52d #e5a12d

Monochromatic Colors of #cde52d

#cde52d

Complementary Color

#cde52d #452de5

#cde52d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde52d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde52d Color CSS Codes

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

#cde52d Text Font Color

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

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


#cde52d Background Color

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

This div background color is #cde52d


#cde52d Border Color

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

This div border color is #cde52d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde52d


Comments

No comments written yet.

Please login to write comment.