Color Hex Logo

#dfeebc Color Hex

#DFEEBC
(223,238,188)
0 Favorites   0 Comments

Color spaces of #dfeebc

RGB 223238188
HSL0.220.600.84
HSV78°21°93°
CMYK 0.060.000.21   0.07
XYZ70.083180.467959.4150
Yxy80.46790.33380.3832
Hunter Lab89.7039-17.524923.5223
CIE-Lab91.8944-13.350022.5910

#dfeebc color RGB value is (223,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 10111100
Octal 337 356 274
Decimal 223 238 188
Hex DF EE BC

RGB Percentages of Color #dfeebc

%34.36
%36.67
%28.97

CMYK Percentages of Color #dfeebc

%6
%0
%21
%7

Triadic Colors of #dfeebc

#dfeebc #bcdfee #eebcdf

Analogous Colors of #dfeebc

#dfeebc #c6eebc #eee4bc

Monochromatic Colors of #dfeebc

#dfeebc

Complementary Color

#dfeebc #cbbcee

#dfeebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeebc Color CSS Codes

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

#dfeebc Text Font Color

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

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


#dfeebc Background Color

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

This div background color is #dfeebc


#dfeebc Border Color

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

This div border color is #dfeebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeebc


Comments

No comments written yet.

Please login to write comment.