Color Hex Logo

#ddef57 Color Hex

#DDEF57
(221,239,87)
0 Favorites   0 Comments

Color spaces of #ddef57

RGB 22123987
HSL0.190.830.64
HSV67°64°94°
CMYK 0.080.000.64   0.06
XYZ62.405677.793320.7433
Yxy77.79330.38780.4834
Hunter Lab88.2005-28.054647.7963
CIE-Lab90.6855-25.276068.8598

#ddef57 color RGB value is (221,239,87).

#ddef57 hex color red value is 221, green value is 239 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #ddef57 hue: 0.19 , saturation: 0.83 and the lightness value of ddef57 is 0.64.

The process color (four color CMYK) of #ddef57 color hex is 0.08, 0.00, 0.64, 0.06. Web safe color of #ddef57 is #ccff66. Color #ddef57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 01010111
Octal 335 357 127
Decimal 221 239 87
Hex DD EF 57

RGB Percentages of Color #ddef57

%40.40
%43.69
%15.90

CMYK Percentages of Color #ddef57

%8
%0
%64
%6

Triadic Colors of #ddef57

#ddef57 #57ddef #ef57dd

Analogous Colors of #ddef57

#ddef57 #91ef57 #efb557

Monochromatic Colors of #ddef57

#ddef57

Complementary Color

#ddef57 #6957ef

#ddef57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddef57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddef57 Color CSS Codes

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

#ddef57 Text Font Color

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

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


#ddef57 Background Color

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

This div background color is #ddef57


#ddef57 Border Color

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

This div border color is #ddef57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddef57


Comments

No comments written yet.

Please login to write comment.