Color Hex Logo

#dfe6a8 Color Hex

#DFE6A8
(223,230,168)
0 Favorites   0 Comments

Color spaces of #dfe6a8

RGB 223230168
HSL0.190.550.78
HSV67°27°90°
CMYK 0.030.000.27   0.10
XYZ65.796175.108848.0754
Yxy75.10880.34820.3974
Hunter Lab86.6653-16.147627.7761
CIE-Lab89.4439-12.192629.5054

#dfe6a8 color RGB value is (223,230,168).

#dfe6a8 hex color red value is 223, green value is 230 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #dfe6a8 hue: 0.19 , saturation: 0.55 and the lightness value of dfe6a8 is 0.78.

The process color (four color CMYK) of #dfe6a8 color hex is 0.03, 0.00, 0.27, 0.10. Web safe color of #dfe6a8 is #ccff99. Color #dfe6a8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 10101000
Octal 337 346 250
Decimal 223 230 168
Hex DF E6 A8

RGB Percentages of Color #dfe6a8

%35.91
%37.04
%27.05

CMYK Percentages of Color #dfe6a8

%3
%0
%27
%10

Triadic Colors of #dfe6a8

#dfe6a8 #a8dfe6 #e6a8df

Analogous Colors of #dfe6a8

#dfe6a8 #c0e6a8 #e6cea8

Monochromatic Colors of #dfe6a8

#dfe6a8

Complementary Color

#dfe6a8 #afa8e6

#dfe6a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe6a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe6a8 Color CSS Codes

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

#dfe6a8 Text Font Color

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

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


#dfe6a8 Background Color

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

This div background color is #dfe6a8


#dfe6a8 Border Color

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

This div border color is #dfe6a8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,230,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 #dfe6a8">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe6a8


Comments

No comments written yet.

Please login to write comment.