Color Hex Logo

#dfeebf Color Hex

#DFEEBF
(223,238,191)
0 Favorites   0 Comments

Color spaces of #dfeebf

RGB 223238191
HSL0.220.580.84
HSV79°20°93°
CMYK 0.060.000.20   0.07
XYZ70.409980.598661.1363
Yxy80.59860.33190.3799
Hunter Lab89.7767-17.115722.4683
CIE-Lab91.9528-12.900721.1284

#dfeebf color RGB value is (223,238,191).

#dfeebf hex color red value is 223, green value is 238 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dfeebf hue: 0.22 , saturation: 0.58 and the lightness value of dfeebf is 0.84.

The process color (four color CMYK) of #dfeebf color hex is 0.06, 0.00, 0.20, 0.07. Web safe color of #dfeebf is #ccffcc. Color #dfeebf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 10111111
Octal 337 356 277
Decimal 223 238 191
Hex DF EE BF

RGB Percentages of Color #dfeebf

%34.20
%36.50
%29.29

CMYK Percentages of Color #dfeebf

%6
%0
%20
%7

Triadic Colors of #dfeebf

#dfeebf #bfdfee #eebfdf

Analogous Colors of #dfeebf

#dfeebf #c8eebf #eee6bf

Monochromatic Colors of #dfeebf

#dfeebf

Complementary Color

#dfeebf #cebfee

#dfeebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeebf Color CSS Codes

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

#dfeebf Text Font Color

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

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


#dfeebf Background Color

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

This div background color is #dfeebf


#dfeebf Border Color

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

This div border color is #dfeebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeebf


Comments

No comments written yet.

Please login to write comment.