Color Hex Logo

#ddee23 Color Hex

#DDEE23
(221,238,35)
0 Favorites   0 Comments

Color spaces of #ddee23

RGB 22123835
HSL0.180.860.54
HSV65°85°93°
CMYK 0.070.000.85   0.07
XYZ60.696776.642613.1845
Yxy76.64260.40320.5092
Hunter Lab87.5458-29.448552.3529
CIE-Lab90.1569-27.000984.0832

#ddee23 color RGB value is (221,238,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 00100011
Octal 335 356 43
Decimal 221 238 35
Hex DD EE 23

RGB Percentages of Color #ddee23

%44.74
%48.18
%7.09

CMYK Percentages of Color #ddee23

%7
%0
%85
%7

Triadic Colors of #ddee23

#ddee23 #23ddee #ee23dd

Analogous Colors of #ddee23

#ddee23 #78ee23 #ee9a23

Monochromatic Colors of #ddee23

#ddee23

Complementary Color

#ddee23 #3423ee

#ddee23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddee23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddee23 Color CSS Codes

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

#ddee23 Text Font Color

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

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


#ddee23 Background Color

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

This div background color is #ddee23


#ddee23 Border Color

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

This div border color is #ddee23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddee23


Comments

No comments written yet.

Please login to write comment.