Color Hex Logo

#dfeabf Color Hex

#DFEABF
(223,234,191)
0 Favorites   0 Comments

Color spaces of #dfeabf

RGB 223234191
HSL0.210.510.83
HSV75°18°92°
CMYK 0.050.000.18   0.08
XYZ69.258278.295260.7524
Yxy78.29520.33250.3759
Hunter Lab88.4846-15.133421.2314
CIE-Lab90.9144-10.905419.6842

#dfeabf color RGB value is (223,234,191).

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

The process color (four color CMYK) of #dfeabf color hex is 0.05, 0.00, 0.18, 0.08. Web safe color of #dfeabf is #ccffcc. Color #dfeabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 10111111
Octal 337 352 277
Decimal 223 234 191
Hex DF EA BF

RGB Percentages of Color #dfeabf

%34.41
%36.11
%29.48

CMYK Percentages of Color #dfeabf

%5
%0
%18
%8

Triadic Colors of #dfeabf

#dfeabf #bfdfea #eabfdf

Analogous Colors of #dfeabf

#dfeabf #caeabf #eae0bf

Monochromatic Colors of #dfeabf

#dfeabf

Complementary Color

#dfeabf #cabfea

#dfeabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeabf Color CSS Codes

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

#dfeabf Text Font Color

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

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


#dfeabf Background Color

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

This div background color is #dfeabf


#dfeabf Border Color

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

This div border color is #dfeabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeabf


Comments

No comments written yet.

Please login to write comment.