Color Hex Logo

#ddeabc Color Hex

#DDEABC
(221,234,188)
0 Favorites   0 Comments

Color spaces of #ddeabc

RGB 221234188
HSL0.210.520.83
HSV77°20°92°
CMYK 0.060.000.20   0.08
XYZ68.318777.848659.0025
Yxy77.84860.33300.3794
Hunter Lab88.2319-16.191622.1138
CIE-Lab90.7108-12.071220.9293

#ddeabc color RGB value is (221,234,188).

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

The process color (four color CMYK) of #ddeabc color hex is 0.06, 0.00, 0.20, 0.08. Web safe color of #ddeabc is #ccffcc. Color #ddeabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 10111100
Octal 335 352 274
Decimal 221 234 188
Hex DD EA BC

RGB Percentages of Color #ddeabc

%34.37
%36.39
%29.24

CMYK Percentages of Color #ddeabc

%6
%0
%20
%8

Triadic Colors of #ddeabc

#ddeabc #bcddea #eabcdd

Analogous Colors of #ddeabc

#ddeabc #c6eabc #eae0bc

Monochromatic Colors of #ddeabc

#ddeabc

Complementary Color

#ddeabc #c9bcea

#ddeabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeabc Color CSS Codes

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

#ddeabc Text Font Color

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

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


#ddeabc Background Color

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

This div background color is #ddeabc


#ddeabc Border Color

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

This div border color is #ddeabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeabc


Comments

No comments written yet.

Please login to write comment.