Color Hex Logo

#dff2ae Color Hex

#DFF2AE
(223,242,174)
0 Favorites   0 Comments

Color spaces of #dff2ae

RGB 223242174
HSL0.210.720.82
HSV77°28°95°
CMYK 0.080.000.28   0.05
XYZ69.823582.248252.2398
Yxy82.24820.34180.4026
Hunter Lab90.6908-21.280429.3313
CIE-Lab92.6843-17.313230.8160

#dff2ae color RGB value is (223,242,174).

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

The process color (four color CMYK) of #dff2ae color hex is 0.08, 0.00, 0.28, 0.05. Web safe color of #dff2ae is #ccff99. Color #dff2ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110010 10101110
Octal 337 362 256
Decimal 223 242 174
Hex DF F2 AE

RGB Percentages of Color #dff2ae

%34.90
%37.87
%27.23

CMYK Percentages of Color #dff2ae

%8
%0
%28
%5

Triadic Colors of #dff2ae

#dff2ae #aedff2 #f2aedf

Analogous Colors of #dff2ae

#dff2ae #bdf2ae #f2e3ae

Monochromatic Colors of #dff2ae

#dff2ae

Complementary Color

#dff2ae #c1aef2

#dff2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff2ae Color CSS Codes

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

#dff2ae Text Font Color

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

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


#dff2ae Background Color

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

This div background color is #dff2ae


#dff2ae Border Color

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

This div border color is #dff2ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,242,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 #dff2ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff2ae


Comments

No comments written yet.

Please login to write comment.