Color Hex Logo

#ddfab5 Color Hex

#DDFAB5
(221,250,181)
0 Favorites   0 Comments

Color spaces of #ddfab5

RGB 221250181
HSL0.240.870.85
HSV85°28°98°
CMYK 0.120.000.28   0.02
XYZ72.344987.079656.7111
Yxy87.07960.33470.4029
Hunter Lab93.3165-24.919129.2893
CIE-Lab94.7720-20.945630.0702

#ddfab5 color RGB value is (221,250,181).

#ddfab5 hex color red value is 221, green value is 250 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ddfab5 hue: 0.24 , saturation: 0.87 and the lightness value of ddfab5 is 0.85.

The process color (four color CMYK) of #ddfab5 color hex is 0.12, 0.00, 0.28, 0.02. Web safe color of #ddfab5 is #ccffcc. Color #ddfab5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111010 10110101
Octal 335 372 265
Decimal 221 250 181
Hex DD FA B5

RGB Percentages of Color #ddfab5

%33.90
%38.34
%27.76

CMYK Percentages of Color #ddfab5

%12
%0
%28
%2

Triadic Colors of #ddfab5

#ddfab5 #b5ddfa #fab5dd

Analogous Colors of #ddfab5

#ddfab5 #bbfab5 #faf5b5

Monochromatic Colors of #ddfab5

#ddfab5

Complementary Color

#ddfab5 #d2b5fa

#ddfab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfab5 Color CSS Codes

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

#ddfab5 Text Font Color

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

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


#ddfab5 Background Color

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

This div background color is #ddfab5


#ddfab5 Border Color

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

This div border color is #ddfab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfab5

Related Colors


Comments

No comments written yet.

Please login to write comment.