Color Hex Logo

#dfe93b Color Hex

#DFE93B
(223,233,59)
0 Favorites   0 Comments

Color spaces of #dfe93b

RGB 22323359
HSL0.180.800.57
HSV63°75°91°
CMYK 0.040.000.75   0.09
XYZ60.359874.281615.2942
Yxy74.28160.40260.4954
Hunter Lab86.1868-25.816749.8095
CIE-Lab89.0554-23.051477.1654

#dfe93b color RGB value is (223,233,59).

#dfe93b hex color red value is 223, green value is 233 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dfe93b hue: 0.18 , saturation: 0.80 and the lightness value of dfe93b is 0.57.

The process color (four color CMYK) of #dfe93b color hex is 0.04, 0.00, 0.75, 0.09. Web safe color of #dfe93b is #ccff33. Color #dfe93b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 00111011
Octal 337 351 73
Decimal 223 233 59
Hex DF E9 3B

RGB Percentages of Color #dfe93b

%43.30
%45.24
%11.46

CMYK Percentages of Color #dfe93b

%4
%0
%75
%9

Triadic Colors of #dfe93b

#dfe93b #3bdfe9 #e93bdf

Analogous Colors of #dfe93b

#dfe93b #88e93b #e99c3b

Monochromatic Colors of #dfe93b

#dfe93b

Complementary Color

#dfe93b #453be9

#dfe93b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe93b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe93b Color CSS Codes

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

#dfe93b Text Font Color

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

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


#dfe93b Background Color

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

This div background color is #dfe93b


#dfe93b Border Color

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

This div border color is #dfe93b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe93b


Comments

No comments written yet.

Please login to write comment.