Color Hex Logo

#dfe801 Color Hex

#DFE801
(223,232,1)
0 Favorites   0 Comments

Color spaces of #dfe801

RGB 2232321
HSL0.170.990.46
HSV62°100°91°
CMYK 0.040.001.00   0.09
XYZ59.293573.403411.0719
Yxy73.40340.41240.5106
Hunter Lab85.6758-26.398452.3110
CIE-Lab88.6398-23.805687.0627

#dfe801 color RGB value is (223,232,1).

#dfe801 hex color red value is 223, green value is 232 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #dfe801 hue: 0.17 , saturation: 0.99 and the lightness value of dfe801 is 0.46.

The process color (four color CMYK) of #dfe801 color hex is 0.04, 0.00, 1.00, 0.09. Web safe color of #dfe801 is #ccff00. Color #dfe801 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101000 00000001
Octal 337 350 1
Decimal 223 232 1
Hex DF E8 1

RGB Percentages of Color #dfe801

%48.90
%50.88
%0.22

CMYK Percentages of Color #dfe801

%4
%0
%100
%9

Triadic Colors of #dfe801

#dfe801 #01dfe8 #e801df

Analogous Colors of #dfe801

#dfe801 #6ce801 #e87e01

Monochromatic Colors of #dfe801

#dfe801

Complementary Color

#dfe801 #0a01e8

#dfe801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe801 Color CSS Codes

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

#dfe801 Text Font Color

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

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


#dfe801 Background Color

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

This div background color is #dfe801


#dfe801 Border Color

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

This div border color is #dfe801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe801


Comments

No comments written yet.

Please login to write comment.