Color Hex Logo

#ddef36 Color Hex

#DDEF36
(221,239,54)
0 Favorites   0 Comments

Color spaces of #ddef36

RGB 22123954
HSL0.180.850.57
HSV66°77°94°
CMYK 0.080.000.77   0.06
XYZ61.351277.371515.1907
Yxy77.37150.39860.5027
Hunter Lab87.9611-29.431551.3335
CIE-Lab90.4923-26.904879.8779

#ddef36 color RGB value is (221,239,54).

#ddef36 hex color red value is 221, green value is 239 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #ddef36 hue: 0.18 , saturation: 0.85 and the lightness value of ddef36 is 0.57.

The process color (four color CMYK) of #ddef36 color hex is 0.08, 0.00, 0.77, 0.06. Web safe color of #ddef36 is #ccff33. Color #ddef36 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 00110110
Octal 335 357 66
Decimal 221 239 54
Hex DD EF 36

RGB Percentages of Color #ddef36

%43.00
%46.50
%10.51

CMYK Percentages of Color #ddef36

%8
%0
%77
%6

Triadic Colors of #ddef36

#ddef36 #36ddef #ef36dd

Analogous Colors of #ddef36

#ddef36 #81ef36 #efa536

Monochromatic Colors of #ddef36

#ddef36

Complementary Color

#ddef36 #4836ef

#ddef36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddef36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddef36 Color CSS Codes

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

#ddef36 Text Font Color

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

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


#ddef36 Background Color

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

This div background color is #ddef36


#ddef36 Border Color

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

This div border color is #ddef36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddef36


Comments

No comments written yet.

Please login to write comment.