Color Hex Logo

#dfef94 Color Hex

#DFEF94
(223,239,148)
0 Favorites   0 Comments

Color spaces of #dfef94

RGB 223239148
HSL0.200.740.76
HSV71°38°94°
CMYK 0.070.000.38   0.06
XYZ66.643279.559139.8609
Yxy79.55910.35820.4276
Hunter Lab89.1959-22.725635.9409
CIE-Lab91.4867-19.107442.2484

#dfef94 color RGB value is (223,239,148).

#dfef94 hex color red value is 223, green value is 239 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #dfef94 hue: 0.20 , saturation: 0.74 and the lightness value of dfef94 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 10010100
Octal 337 357 224
Decimal 223 239 148
Hex DF EF 94

RGB Percentages of Color #dfef94

%36.56
%39.18
%24.26

CMYK Percentages of Color #dfef94

%7
%0
%38
%6

Triadic Colors of #dfef94

#dfef94 #94dfef #ef94df

Analogous Colors of #dfef94

#dfef94 #b2ef94 #efd294

Monochromatic Colors of #dfef94

#dfef94

Complementary Color

#dfef94 #a494ef

#dfef94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfef94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfef94 Color CSS Codes

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

#dfef94 Text Font Color

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

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


#dfef94 Background Color

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

This div background color is #dfef94


#dfef94 Border Color

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

This div border color is #dfef94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfef94


Comments

No comments written yet.

Please login to write comment.