Color Hex Logo

#dff3aa Color Hex

#DFF3AA
(223,243,170)
0 Favorites   0 Comments

Color spaces of #dff3aa

RGB 223243170
HSL0.210.750.81
HSV76°30°95°
CMYK 0.080.000.30   0.05
XYZ69.737782.691450.3157
Yxy82.69140.34400.4079
Hunter Lab90.9348-22.244730.8483
CIE-Lab92.8792-18.338033.0984

#dff3aa color RGB value is (223,243,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110011 10101010
Octal 337 363 252
Decimal 223 243 170
Hex DF F3 AA

RGB Percentages of Color #dff3aa

%35.06
%38.21
%26.73

CMYK Percentages of Color #dff3aa

%8
%0
%30
%5

Triadic Colors of #dff3aa

#dff3aa #aadff3 #f3aadf

Analogous Colors of #dff3aa

#dff3aa #bbf3aa #f3e3aa

Monochromatic Colors of #dff3aa

#dff3aa

Complementary Color

#dff3aa #beaaf3

#dff3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff3aa Color CSS Codes

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

#dff3aa Text Font Color

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

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


#dff3aa Background Color

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

This div background color is #dff3aa


#dff3aa Border Color

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

This div border color is #dff3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff3aa


Comments

No comments written yet.

Please login to write comment.