Color Hex Logo

#dfeea8 Color Hex

#DFEEA8
(223,238,168)
0 Favorites   0 Comments

Color spaces of #dfeea8

RGB 223238168
HSL0.200.670.80
HSV73°29°93°
CMYK 0.060.000.29   0.07
XYZ68.073879.664248.8346
Yxy79.66420.34630.4053
Hunter Lab89.2548-20.055630.0386
CIE-Lab91.5340-16.155432.3114

#dfeea8 color RGB value is (223,238,168).

#dfeea8 hex color red value is 223, green value is 238 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #dfeea8 hue: 0.20 , saturation: 0.67 and the lightness value of dfeea8 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 10101000
Octal 337 356 250
Decimal 223 238 168
Hex DF EE A8

RGB Percentages of Color #dfeea8

%35.45
%37.84
%26.71

CMYK Percentages of Color #dfeea8

%6
%0
%29
%7

Triadic Colors of #dfeea8

#dfeea8 #a8dfee #eea8df

Analogous Colors of #dfeea8

#dfeea8 #bceea8 #eedaa8

Monochromatic Colors of #dfeea8

#dfeea8

Complementary Color

#dfeea8 #b7a8ee

#dfeea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeea8 Color CSS Codes

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

#dfeea8 Text Font Color

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

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


#dfeea8 Background Color

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

This div background color is #dfeea8


#dfeea8 Border Color

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

This div border color is #dfeea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeea8


Comments

No comments written yet.

Please login to write comment.