Color Hex Logo

#ddfe57 Color Hex

#DDFE57
(221,254,87)
0 Favorites   0 Comments

Color spaces of #ddfe57

RGB 22125487
HSL0.200.990.67
HSV72°66°100°
CMYK 0.130.000.66   0.00
XYZ66.980986.943922.2684
Yxy86.94390.38020.4935
Hunter Lab93.2437-34.952451.1110
CIE-Lab94.7145-32.271373.0524

#ddfe57 color RGB value is (221,254,87).

#ddfe57 hex color red value is 221, green value is 254 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #ddfe57 hue: 0.20 , saturation: 0.99 and the lightness value of ddfe57 is 0.67.

The process color (four color CMYK) of #ddfe57 color hex is 0.13, 0.00, 0.66, 0.00. Web safe color of #ddfe57 is #ccff66. Color #ddfe57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 01010111
Octal 335 376 127
Decimal 221 254 87
Hex DD FE 57

RGB Percentages of Color #ddfe57

%39.32
%45.20
%15.48

CMYK Percentages of Color #ddfe57

%13
%0
%66
%0

Triadic Colors of #ddfe57

#ddfe57 #57ddfe #fe57dd

Analogous Colors of #ddfe57

#ddfe57 #8afe57 #fecc57

Monochromatic Colors of #ddfe57

#ddfe57

Complementary Color

#ddfe57 #7857fe

#ddfe57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe57 Color CSS Codes

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

#ddfe57 Text Font Color

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

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


#ddfe57 Background Color

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

This div background color is #ddfe57


#ddfe57 Border Color

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

This div border color is #ddfe57


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,254,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ddfe57; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ddfe57;
  -webkit-box-shadow: 1px 1px 3px 2px #ddfe57;
  box-shadow:         1px 1px 3px 2px #ddfe57; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,254,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe57


Comments

No comments written yet.

Please login to write comment.