Color Hex Logo

#ddee58 Color Hex

#DDEE58
(221,238,88)
0 Favorites   0 Comments

Color spaces of #ddee58

RGB 22123888
HSL0.190.820.64
HSV67°63°93°
CMYK 0.070.000.63   0.07
XYZ62.154877.225820.8627
Yxy77.22580.38790.4819
Hunter Lab87.8782-27.536847.4390
CIE-Lab90.4254-24.738068.1910

#ddee58 color RGB value is (221,238,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 01011000
Octal 335 356 130
Decimal 221 238 88
Hex DD EE 58

RGB Percentages of Color #ddee58

%40.40
%43.51
%16.09

CMYK Percentages of Color #ddee58

%7
%0
%63
%7

Triadic Colors of #ddee58

#ddee58 #58ddee #ee58dd

Analogous Colors of #ddee58

#ddee58 #92ee58 #eeb458

Monochromatic Colors of #ddee58

#ddee58

Complementary Color

#ddee58 #6958ee

#ddee58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddee58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddee58 Color CSS Codes

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

#ddee58 Text Font Color

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

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


#ddee58 Background Color

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

This div background color is #ddee58


#ddee58 Border Color

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

This div border color is #ddee58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddee58


Comments

No comments written yet.

Please login to write comment.