Color Hex Logo

#ddee4b Color Hex

#DDEE4B
(221,238,75)
0 Favorites   0 Comments

Color spaces of #ddee4b

RGB 22123875
HSL0.180.830.61
HSV66°68°93°
CMYK 0.070.000.68   0.07
XYZ61.663377.029218.2747
Yxy77.02920.39280.4907
Hunter Lab87.7663-28.179549.0910
CIE-Lab90.3351-25.495473.0148

#ddee4b color RGB value is (221,238,75).

#ddee4b hex color red value is 221, green value is 238 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #ddee4b hue: 0.18 , saturation: 0.83 and the lightness value of ddee4b is 0.61.

The process color (four color CMYK) of #ddee4b color hex is 0.07, 0.00, 0.68, 0.07. Web safe color of #ddee4b is #ccff33. Color #ddee4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 01001011
Octal 335 356 113
Decimal 221 238 75
Hex DD EE 4B

RGB Percentages of Color #ddee4b

%41.39
%44.57
%14.04

CMYK Percentages of Color #ddee4b

%7
%0
%68
%7

Triadic Colors of #ddee4b

#ddee4b #4bddee #ee4bdd

Analogous Colors of #ddee4b

#ddee4b #8cee4b #eeae4b

Monochromatic Colors of #ddee4b

#ddee4b

Complementary Color

#ddee4b #5c4bee

#ddee4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddee4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddee4b Color CSS Codes

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

#ddee4b Text Font Color

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

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


#ddee4b Background Color

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

This div background color is #ddee4b


#ddee4b Border Color

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

This div border color is #ddee4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddee4b


Comments

No comments written yet.

Please login to write comment.