Color Hex Logo

#dfe55a Color Hex

#DFE55A
(223,229,90)
0 Favorites   0 Comments

Color spaces of #dfe55a

RGB 22322990
HSL0.170.730.63
HSV63°61°90°
CMYK 0.030.000.61   0.10
XYZ60.296272.464820.4820
Yxy72.46480.39350.4729
Hunter Lab85.1263-22.536745.3228
CIE-Lab88.1918-19.480165.0456

#dfe55a color RGB value is (223,229,90).

#dfe55a hex color red value is 223, green value is 229 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #dfe55a hue: 0.17 , saturation: 0.73 and the lightness value of dfe55a is 0.63.

The process color (four color CMYK) of #dfe55a color hex is 0.03, 0.00, 0.61, 0.10. Web safe color of #dfe55a is #cccc66. Color #dfe55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100101 01011010
Octal 337 345 132
Decimal 223 229 90
Hex DF E5 5A

RGB Percentages of Color #dfe55a

%41.14
%42.25
%16.61

CMYK Percentages of Color #dfe55a

%3
%0
%61
%10

Triadic Colors of #dfe55a

#dfe55a #5adfe5 #e55adf

Analogous Colors of #dfe55a

#dfe55a #9ae55a #e5a65a

Monochromatic Colors of #dfe55a

#dfe55a

Complementary Color

#dfe55a #605ae5

#dfe55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe55a Color CSS Codes

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

#dfe55a Text Font Color

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

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


#dfe55a Background Color

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

This div background color is #dfe55a


#dfe55a Border Color

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

This div border color is #dfe55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe55a


Comments

No comments written yet.

Please login to write comment.