Color Hex Logo

#dfea01 Color Hex

#DFEA01
(223,234,1)
0 Favorites   0 Comments

Color spaces of #dfea01

RGB 2232341
HSL0.170.990.46
HSV63°100°92°
CMYK 0.050.001.00   0.08
XYZ59.859774.535811.2606
Yxy74.53580.41100.5117
Hunter Lab86.3341-27.321952.7007
CIE-Lab89.1751-24.757587.4584

#dfea01 color RGB value is (223,234,1).

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

The process color (four color CMYK) of #dfea01 color hex is 0.05, 0.00, 1.00, 0.08. Web safe color of #dfea01 is #ccff00. Color #dfea01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101010 00000001
Octal 337 352 1
Decimal 223 234 1
Hex DF EA 1

RGB Percentages of Color #dfea01

%48.69
%51.09
%0.22

CMYK Percentages of Color #dfea01

%5
%0
%100
%8

Triadic Colors of #dfea01

#dfea01 #01dfea #ea01df

Analogous Colors of #dfea01

#dfea01 #6bea01 #ea8101

Monochromatic Colors of #dfea01

#dfea01

Complementary Color

#dfea01 #0c01ea

#dfea01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfea01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfea01 Color CSS Codes

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

#dfea01 Text Font Color

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

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


#dfea01 Background Color

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

This div background color is #dfea01


#dfea01 Border Color

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

This div border color is #dfea01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfea01


Comments

No comments written yet.

Please login to write comment.