Color Hex Logo

#ddee19 Color Hex

#DDEE19
(221,238,25)
0 Favorites   0 Comments

Color spaces of #ddee19

RGB 22123825
HSL0.180.860.52
HSV65°89°93°
CMYK 0.070.000.89   0.07
XYZ60.568876.591412.5110
Yxy76.59140.40470.5117
Hunter Lab87.5165-29.616952.7857
CIE-Lab90.1332-27.201685.7567

#ddee19 color RGB value is (221,238,25).

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

The process color (four color CMYK) of #ddee19 color hex is 0.07, 0.00, 0.89, 0.07. Web safe color of #ddee19 is #ccff00. Color #ddee19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 00011001
Octal 335 356 31
Decimal 221 238 25
Hex DD EE 19

RGB Percentages of Color #ddee19

%45.66
%49.17
%5.17

CMYK Percentages of Color #ddee19

%7
%0
%89
%7

Triadic Colors of #ddee19

#ddee19 #19ddee #ee19dd

Analogous Colors of #ddee19

#ddee19 #73ee19 #ee9519

Monochromatic Colors of #ddee19

#ddee19

Complementary Color

#ddee19 #2a19ee

#ddee19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddee19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddee19 Color CSS Codes

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

#ddee19 Text Font Color

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

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


#ddee19 Background Color

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

This div background color is #ddee19


#ddee19 Border Color

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

This div border color is #ddee19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddee19


Comments

No comments written yet.

Please login to write comment.