Color Hex Logo

#dff0ae Color Hex

#DFF0AE
(223,240,174)
0 Favorites   0 Comments

Color spaces of #dff0ae

RGB 223240174
HSL0.210.690.81
HSV75°28°94°
CMYK 0.070.000.28   0.06
XYZ69.231581.064152.0425
Yxy81.06410.34220.4006
Hunter Lab90.0356-20.307528.7540
CIE-Lab92.1602-16.332930.1098

#dff0ae color RGB value is (223,240,174).

#dff0ae hex color red value is 223, green value is 240 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dff0ae hue: 0.21 , saturation: 0.69 and the lightness value of dff0ae is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110000 10101110
Octal 337 360 256
Decimal 223 240 174
Hex DF F0 AE

RGB Percentages of Color #dff0ae

%35.01
%37.68
%27.32

CMYK Percentages of Color #dff0ae

%7
%0
%28
%6

Triadic Colors of #dff0ae

#dff0ae #aedff0 #f0aedf

Analogous Colors of #dff0ae

#dff0ae #bef0ae #f0e0ae

Monochromatic Colors of #dff0ae

#dff0ae

Complementary Color

#dff0ae #bfaef0

#dff0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff0ae Color CSS Codes

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

#dff0ae Text Font Color

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

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


#dff0ae Background Color

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

This div background color is #dff0ae


#dff0ae Border Color

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

This div border color is #dff0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff0ae


Comments

No comments written yet.

Please login to write comment.