Color Hex Logo

#ddee57 Color Hex

#DDEE57
(221,238,87)
0 Favorites   0 Comments

Color spaces of #ddee57

RGB 22123887
HSL0.190.820.64
HSV67°63°93°
CMYK 0.070.000.63   0.07
XYZ62.113677.209320.6460
Yxy77.20930.38830.4827
Hunter Lab87.8688-27.590647.5772
CIE-Lab90.4179-24.801268.5786

#ddee57 color RGB value is (221,238,87).

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

The process color (four color CMYK) of #ddee57 color hex is 0.07, 0.00, 0.63, 0.07. Web safe color of #ddee57 is #ccff66. Color #ddee57 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 01010111
Octal 335 356 127
Decimal 221 238 87
Hex DD EE 57

RGB Percentages of Color #ddee57

%40.48
%43.59
%15.93

CMYK Percentages of Color #ddee57

%7
%0
%63
%7

Triadic Colors of #ddee57

#ddee57 #57ddee #ee57dd

Analogous Colors of #ddee57

#ddee57 #92ee57 #eeb457

Monochromatic Colors of #ddee57

#ddee57

Complementary Color

#ddee57 #6857ee

#ddee57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddee57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddee57 Color CSS Codes

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

#ddee57 Text Font Color

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

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


#ddee57 Background Color

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

This div background color is #ddee57


#ddee57 Border Color

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

This div border color is #ddee57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddee57


Comments

No comments written yet.

Please login to write comment.