Color Hex Logo

#ddf092 Color Hex

#DDF092
(221,240,146)
0 Favorites   0 Comments

Color spaces of #ddf092

RGB 221240146
HSL0.200.760.76
HSV72°39°94°
CMYK 0.080.000.39   0.06
XYZ66.167279.767739.1034
Yxy79.76770.35760.4311
Hunter Lab89.3128-24.055936.5603
CIE-Lab91.5805-20.572143.3223

#ddf092 color RGB value is (221,240,146).

#ddf092 hex color red value is 221, green value is 240 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ddf092 hue: 0.20 , saturation: 0.76 and the lightness value of ddf092 is 0.76.

The process color (four color CMYK) of #ddf092 color hex is 0.08, 0.00, 0.39, 0.06. Web safe color of #ddf092 is #ccff99. Color #ddf092 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110000 10010010
Octal 335 360 222
Decimal 221 240 146
Hex DD F0 92

RGB Percentages of Color #ddf092

%36.41
%39.54
%24.05

CMYK Percentages of Color #ddf092

%8
%0
%39
%6

Triadic Colors of #ddf092

#ddf092 #92ddf0 #f092dd

Analogous Colors of #ddf092

#ddf092 #aef092 #f0d492

Monochromatic Colors of #ddf092

#ddf092

Complementary Color

#ddf092 #a592f0

#ddf092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf092 Color CSS Codes

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

#ddf092 Text Font Color

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

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


#ddf092 Background Color

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

This div background color is #ddf092


#ddf092 Border Color

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

This div border color is #ddf092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf092


Comments

No comments written yet.

Please login to write comment.