Color Hex Logo

#ddef28 Color Hex

#DDEF28
(221,239,40)
0 Favorites   0 Comments

Color spaces of #ddef28

RGB 22123940
HSL0.180.860.55
HSV65°83°94°
CMYK 0.080.000.83   0.06
XYZ61.068377.258413.7012
Yxy77.25840.40170.5082
Hunter Lab87.8968-29.802352.2857
CIE-Lab90.4404-27.346283.2960

#ddef28 color RGB value is (221,239,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 00101000
Octal 335 357 50
Decimal 221 239 40
Hex DD EF 28

RGB Percentages of Color #ddef28

%44.20
%47.80
%8.00

CMYK Percentages of Color #ddef28

%8
%0
%83
%6

Triadic Colors of #ddef28

#ddef28 #28ddef #ef28dd

Analogous Colors of #ddef28

#ddef28 #7aef28 #ef9e28

Monochromatic Colors of #ddef28

#ddef28

Complementary Color

#ddef28 #3a28ef

#ddef28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddef28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddef28 Color CSS Codes

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

#ddef28 Text Font Color

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

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


#ddef28 Background Color

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

This div background color is #ddef28


#ddef28 Border Color

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

This div border color is #ddef28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddef28


Comments

No comments written yet.

Please login to write comment.