Color Hex Logo

#dfe488 Color Hex

#DFE488
(223,228,136)
0 Favorites   0 Comments

Color spaces of #dfe488

RGB 223228136
HSL0.180.630.71
HSV63°40°89°
CMYK 0.020.000.40   0.11
XYZ62.618872.952434.0734
Yxy72.95240.36910.4300
Hunter Lab85.4122-18.606436.1360
CIE-Lab88.4250-15.038244.2592

#dfe488 color RGB value is (223,228,136).

#dfe488 hex color red value is 223, green value is 228 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #dfe488 hue: 0.18 , saturation: 0.63 and the lightness value of dfe488 is 0.71.

The process color (four color CMYK) of #dfe488 color hex is 0.02, 0.00, 0.40, 0.11. Web safe color of #dfe488 is #cccc99. Color #dfe488 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100100 10001000
Octal 337 344 210
Decimal 223 228 136
Hex DF E4 88

RGB Percentages of Color #dfe488

%37.99
%38.84
%23.17

CMYK Percentages of Color #dfe488

%2
%0
%40
%11

Triadic Colors of #dfe488

#dfe488 #88dfe4 #e488df

Analogous Colors of #dfe488

#dfe488 #b1e488 #e4bb88

Monochromatic Colors of #dfe488

#dfe488

Complementary Color

#dfe488 #8d88e4

#dfe488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe488 Color CSS Codes

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

#dfe488 Text Font Color

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

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


#dfe488 Background Color

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

This div background color is #dfe488


#dfe488 Border Color

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

This div border color is #dfe488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe488


Comments

No comments written yet.

Please login to write comment.