Color Hex Logo

#ddefa8 Color Hex

#DDEFA8
(221,239,168)
0 Favorites   0 Comments

Color spaces of #ddefa8

RGB 221239168
HSL0.210.690.80
HSV75°30°94°
CMYK 0.080.000.30   0.06
XYZ67.753279.932348.9033
Yxy79.93230.34460.4066
Hunter Lab89.4049-21.186830.1525
CIE-Lab91.6545-17.378132.4474

#ddefa8 color RGB value is (221,239,168).

#ddefa8 hex color red value is 221, green value is 239 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #ddefa8 hue: 0.21 , saturation: 0.69 and the lightness value of ddefa8 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 10101000
Octal 335 357 250
Decimal 221 239 168
Hex DD EF A8

RGB Percentages of Color #ddefa8

%35.19
%38.06
%26.75

CMYK Percentages of Color #ddefa8

%8
%0
%30
%6

Triadic Colors of #ddefa8

#ddefa8 #a8ddef #efa8dd

Analogous Colors of #ddefa8

#ddefa8 #baefa8 #efdea8

Monochromatic Colors of #ddefa8

#ddefa8

Complementary Color

#ddefa8 #baa8ef

#ddefa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddefa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddefa8 Color CSS Codes

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

#ddefa8 Text Font Color

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

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


#ddefa8 Background Color

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

This div background color is #ddefa8


#ddefa8 Border Color

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

This div border color is #ddefa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddefa8


Comments

No comments written yet.

Please login to write comment.