Color Hex Logo

#dfe103 Color Hex

#DFE103
(223,225,3)
0 Favorites   0 Comments

Color spaces of #dfe103

RGB 2232253
HSL0.170.970.45
HSV61°99°88°
CMYK 0.010.000.99   0.12
XYZ57.373169.545010.4858
Yxy69.54500.41760.5061
Hunter Lab83.3936-23.134650.9205
CIE-Lab86.7732-20.423285.5217

#dfe103 color RGB value is (223,225,3).

#dfe103 hex color red value is 223, green value is 225 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #dfe103 hue: 0.17 , saturation: 0.97 and the lightness value of dfe103 is 0.45.

The process color (four color CMYK) of #dfe103 color hex is 0.01, 0.00, 0.99, 0.12. Web safe color of #dfe103 is #cccc00. Color #dfe103 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 00000011
Octal 337 341 3
Decimal 223 225 3
Hex DF E1 3

RGB Percentages of Color #dfe103

%49.45
%49.89
%0.67

CMYK Percentages of Color #dfe103

%1
%0
%99
%12

Triadic Colors of #dfe103

#dfe103 #03dfe1 #e103df

Analogous Colors of #dfe103

#dfe103 #70e103 #e17403

Monochromatic Colors of #dfe103

#dfe103

Complementary Color

#dfe103 #0503e1

#dfe103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe103 Color CSS Codes

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

#dfe103 Text Font Color

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

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


#dfe103 Background Color

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

This div background color is #dfe103


#dfe103 Border Color

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

This div border color is #dfe103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe103


Comments

No comments written yet.

Please login to write comment.