Color Hex Logo

#ddf188 Color Hex

#DDF188
(221,241,136)
0 Favorites   0 Comments

Color spaces of #ddf188

RGB 221241136
HSL0.200.790.74
HSV71°44°95°
CMYK 0.080.000.44   0.05
XYZ65.718080.060335.2820
Yxy80.06030.36300.4422
Hunter Lab89.4764-25.480339.2545
CIE-Lab91.7119-22.143448.3394

#ddf188 color RGB value is (221,241,136).

#ddf188 hex color red value is 221, green value is 241 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ddf188 hue: 0.20 , saturation: 0.79 and the lightness value of ddf188 is 0.74.

The process color (four color CMYK) of #ddf188 color hex is 0.08, 0.00, 0.44, 0.05. Web safe color of #ddf188 is #ccff99. Color #ddf188 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110001 10001000
Octal 335 361 210
Decimal 221 241 136
Hex DD F1 88

RGB Percentages of Color #ddf188

%36.96
%40.30
%22.74

CMYK Percentages of Color #ddf188

%8
%0
%44
%5

Triadic Colors of #ddf188

#ddf188 #88ddf1 #f188dd

Analogous Colors of #ddf188

#ddf188 #a9f188 #f1d188

Monochromatic Colors of #ddf188

#ddf188

Complementary Color

#ddf188 #9c88f1

#ddf188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf188 Color CSS Codes

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

#ddf188 Text Font Color

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

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


#ddf188 Background Color

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

This div background color is #ddf188


#ddf188 Border Color

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

This div border color is #ddf188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf188


Comments

No comments written yet.

Please login to write comment.