Color Hex Logo

#dfe94b Color Hex

#DFE94B
(223,233,75)
0 Favorites   0 Comments

Color spaces of #dfe94b

RGB 22323375
HSL0.180.780.60
HSV64°68°91°
CMYK 0.040.000.68   0.09
XYZ60.840374.473817.8249
Yxy74.47380.39730.4863
Hunter Lab86.2982-25.179248.1624
CIE-Lab89.1459-22.304271.8773

#dfe94b color RGB value is (223,233,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101001 01001011
Octal 337 351 113
Decimal 223 233 75
Hex DF E9 4B

RGB Percentages of Color #dfe94b

%42.00
%43.88
%14.12

CMYK Percentages of Color #dfe94b

%4
%0
%68
%9

Triadic Colors of #dfe94b

#dfe94b #4bdfe9 #e94bdf

Analogous Colors of #dfe94b

#dfe94b #90e94b #e9a44b

Monochromatic Colors of #dfe94b

#dfe94b

Complementary Color

#dfe94b #554be9

#dfe94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe94b Color CSS Codes

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

#dfe94b Text Font Color

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

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


#dfe94b Background Color

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

This div background color is #dfe94b


#dfe94b Border Color

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

This div border color is #dfe94b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe94b


Comments

No comments written yet.

Please login to write comment.