Color Hex Logo

#ddee17 Color Hex

#DDEE17
(221,238,23)
0 Favorites   0 Comments

Color spaces of #ddee17

RGB 22123823
HSL0.180.860.51
HSV65°90°93°
CMYK 0.070.000.90   0.07
XYZ60.548076.583112.4014
Yxy76.58310.40490.5122
Hunter Lab87.5118-29.644352.8562
CIE-Lab90.1294-27.234486.0349

#ddee17 color RGB value is (221,238,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 00010111
Octal 335 356 27
Decimal 221 238 23
Hex DD EE 17

RGB Percentages of Color #ddee17

%45.85
%49.38
%4.77

CMYK Percentages of Color #ddee17

%7
%0
%90
%7

Triadic Colors of #ddee17

#ddee17 #17ddee #ee17dd

Analogous Colors of #ddee17

#ddee17 #72ee17 #ee9417

Monochromatic Colors of #ddee17

#ddee17

Complementary Color

#ddee17 #2817ee

#ddee17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddee17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddee17 Color CSS Codes

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

#ddee17 Text Font Color

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

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


#ddee17 Background Color

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

This div background color is #ddee17


#ddee17 Border Color

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

This div border color is #ddee17


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddee17


Comments

No comments written yet.

Please login to write comment.