Color Hex Logo

#ddf592 Color Hex

#DDF592
(221,245,146)
0 Favorites   0 Comments

Color spaces of #ddf592

RGB 221245146
HSL0.210.830.77
HSV75°40°96°
CMYK 0.100.000.40   0.04
XYZ67.659582.752339.6009
Yxy82.75230.35610.4355
Hunter Lab90.9683-26.431537.8673
CIE-Lab92.9059-22.978145.0071

#ddf592 color RGB value is (221,245,146).

#ddf592 hex color red value is 221, green value is 245 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ddf592 hue: 0.21 , saturation: 0.83 and the lightness value of ddf592 is 0.77.

The process color (four color CMYK) of #ddf592 color hex is 0.10, 0.00, 0.40, 0.04. Web safe color of #ddf592 is #ccff99. Color #ddf592 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110101 10010010
Octal 335 365 222
Decimal 221 245 146
Hex DD F5 92

RGB Percentages of Color #ddf592

%36.11
%40.03
%23.86

CMYK Percentages of Color #ddf592

%10
%0
%40
%4

Triadic Colors of #ddf592

#ddf592 #92ddf5 #f592dd

Analogous Colors of #ddf592

#ddf592 #acf592 #f5dc92

Monochromatic Colors of #ddf592

#ddf592

Complementary Color

#ddf592 #aa92f5

#ddf592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf592 Color CSS Codes

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

#ddf592 Text Font Color

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

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


#ddf592 Background Color

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

This div background color is #ddf592


#ddf592 Border Color

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

This div border color is #ddf592


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,245,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 #ddf592">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf592


Comments

No comments written yet.

Please login to write comment.