Color Hex Logo

#dfe12d Color Hex

#DFE12D
(223,225,45)
0 Favorites   0 Comments

Color spaces of #dfe12d

RGB 22322545
HSL0.170.750.53
HSV61°80°88°
CMYK 0.010.000.80   0.12
XYZ57.830369.727912.8935
Yxy69.72790.41170.4965
Hunter Lab83.5032-22.510249.2975
CIE-Lab86.8632-19.691779.1379

#dfe12d color RGB value is (223,225,45).

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

The process color (four color CMYK) of #dfe12d color hex is 0.01, 0.00, 0.80, 0.12. Web safe color of #dfe12d is #cccc33. Color #dfe12d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100001 00101101
Octal 337 341 55
Decimal 223 225 45
Hex DF E1 2D

RGB Percentages of Color #dfe12d

%45.23
%45.64
%9.13

CMYK Percentages of Color #dfe12d

%1
%0
%80
%12

Triadic Colors of #dfe12d

#dfe12d #2ddfe1 #e12ddf

Analogous Colors of #dfe12d

#dfe12d #85e12d #e1892d

Monochromatic Colors of #dfe12d

#dfe12d

Complementary Color

#dfe12d #2f2de1

#dfe12d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe12d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe12d Color CSS Codes

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

#dfe12d Text Font Color

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

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


#dfe12d Background Color

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

This div background color is #dfe12d


#dfe12d Border Color

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

This div border color is #dfe12d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe12d


Comments

No comments written yet.

Please login to write comment.