Color Hex Logo

#cde527 Color Hex

#CDE527
(205,229,39)
0 Favorites   0 Comments

Color spaces of #cde527

RGB 20522939
HSL0.190.790.53
HSV68°83°90°
CMYK 0.100.000.83   0.10
XYZ53.562469.164212.4465
Yxy69.16420.39630.5117
Hunter Lab83.1650-30.575949.3422
CIE-Lab86.5853-29.183979.8070

#cde527 color RGB value is (205,229,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100101 00100111
Octal 315 345 47
Decimal 205 229 39
Hex CD E5 27

RGB Percentages of Color #cde527

%43.34
%48.41
%8.25

CMYK Percentages of Color #cde527

%10
%0
%83
%10

Triadic Colors of #cde527

#cde527 #27cde5 #e527cd

Analogous Colors of #cde527

#cde527 #6ee527 #e59e27

Monochromatic Colors of #cde527

#cde527

Complementary Color

#cde527 #3f27e5

#cde527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde527 Color CSS Codes

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

#cde527 Text Font Color

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

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


#cde527 Background Color

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

This div background color is #cde527


#cde527 Border Color

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

This div border color is #cde527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde527


Comments

No comments written yet.

Please login to write comment.