Color Hex Logo

#dfee93 Color Hex

#DFEE93
(223,238,147)
0 Favorites   0 Comments

Color spaces of #dfee93

RGB 223238147
HSL0.190.730.75
HSV70°38°93°
CMYK 0.060.000.38   0.07
XYZ66.272478.943639.3485
Yxy78.94360.35910.4277
Hunter Lab88.8502-22.346735.9378
CIE-Lab91.2088-18.734942.3850

#dfee93 color RGB value is (223,238,147).

#dfee93 hex color red value is 223, green value is 238 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #dfee93 hue: 0.19 , saturation: 0.73 and the lightness value of dfee93 is 0.75.

The process color (four color CMYK) of #dfee93 color hex is 0.06, 0.00, 0.38, 0.07. Web safe color of #dfee93 is #ccff99. Color #dfee93 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 10010011
Octal 337 356 223
Decimal 223 238 147
Hex DF EE 93

RGB Percentages of Color #dfee93

%36.68
%39.14
%24.18

CMYK Percentages of Color #dfee93

%6
%0
%38
%7

Triadic Colors of #dfee93

#dfee93 #93dfee #ee93df

Analogous Colors of #dfee93

#dfee93 #b2ee93 #eed093

Monochromatic Colors of #dfee93

#dfee93

Complementary Color

#dfee93 #a293ee

#dfee93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfee93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfee93 Color CSS Codes

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

#dfee93 Text Font Color

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

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


#dfee93 Background Color

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

This div background color is #dfee93


#dfee93 Border Color

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

This div border color is #dfee93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfee93


Comments

No comments written yet.

Please login to write comment.