Color Hex Logo

#dffe95 Color Hex

#DFFE95
(223,254,149)
0 Favorites   0 Comments

Color spaces of #dffe95

RGB 223254149
HSL0.220.980.79
HSV78°41°100°
CMYK 0.120.000.41   0.00
XYZ71.298188.741541.8048
Yxy88.74150.35320.4397
Hunter Lab94.2027-29.755539.6305
CIE-Lab95.4723-26.176646.8312

#dffe95 color RGB value is (223,254,149).

#dffe95 hex color red value is 223, green value is 254 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dffe95 hue: 0.22 , saturation: 0.98 and the lightness value of dffe95 is 0.79.

The process color (four color CMYK) of #dffe95 color hex is 0.12, 0.00, 0.41, 0.00. Web safe color of #dffe95 is #ccff99. Color #dffe95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 10010101
Octal 337 376 225
Decimal 223 254 149
Hex DF FE 95

RGB Percentages of Color #dffe95

%35.62
%40.58
%23.80

CMYK Percentages of Color #dffe95

%12
%0
%41
%0

Triadic Colors of #dffe95

#dffe95 #95dffe #fe95df

Analogous Colors of #dffe95

#dffe95 #abfe95 #fee995

Monochromatic Colors of #dffe95

#dffe95

Complementary Color

#dffe95 #b495fe

#dffe95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffe95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffe95 Color CSS Codes

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

#dffe95 Text Font Color

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

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


#dffe95 Background Color

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

This div background color is #dffe95


#dffe95 Border Color

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

This div border color is #dffe95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffe95

Related Colors


Comments

No comments written yet.

Please login to write comment.