Color Hex Logo

#dfedab Color Hex

#DFEDAB
(223,237,171)
0 Favorites   0 Comments

Color spaces of #dfedab

RGB 223237171
HSL0.200.650.80
HSV73°28°93°
CMYK 0.060.000.28   0.07
XYZ68.066379.196650.2271
Yxy79.19660.34470.4010
Hunter Lab88.9925-19.210328.8316
CIE-Lab91.3232-15.263130.5064

#dfedab color RGB value is (223,237,171).

#dfedab hex color red value is 223, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dfedab hue: 0.20 , saturation: 0.65 and the lightness value of dfedab is 0.80.

The process color (four color CMYK) of #dfedab color hex is 0.06, 0.00, 0.28, 0.07. Web safe color of #dfedab is #ccff99. Color #dfedab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 10101011
Octal 337 355 253
Decimal 223 237 171
Hex DF ED AB

RGB Percentages of Color #dfedab

%35.34
%37.56
%27.10

CMYK Percentages of Color #dfedab

%6
%0
%28
%7

Triadic Colors of #dfedab

#dfedab #abdfed #edabdf

Analogous Colors of #dfedab

#dfedab #beedab #eddaab

Monochromatic Colors of #dfedab

#dfedab

Complementary Color

#dfedab #b9abed

#dfedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedab Color CSS Codes

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

#dfedab Text Font Color

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

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


#dfedab Background Color

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

This div background color is #dfedab


#dfedab Border Color

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

This div border color is #dfedab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,237,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfedab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfedab;
  -webkit-box-shadow: 1px 1px 3px 2px #dfedab;
  box-shadow:         1px 1px 3px 2px #dfedab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,237,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedab


Comments

No comments written yet.

Please login to write comment.