Color Hex Logo

#dfeb5a Color Hex

#DFEB5A
(223,235,90)
0 Favorites   0 Comments

Color spaces of #dfeb5a

RGB 22323590
HSL0.180.780.64
HSV65°62°92°
CMYK 0.050.000.62   0.08
XYZ61.985275.842821.0450
Yxy75.84280.39020.4774
Hunter Lab87.0878-25.355246.6338
CIE-Lab89.7863-22.378266.7542

#dfeb5a color RGB value is (223,235,90).

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

The process color (four color CMYK) of #dfeb5a color hex is 0.05, 0.00, 0.62, 0.08. Web safe color of #dfeb5a is #ccff66. Color #dfeb5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101011 01011010
Octal 337 353 132
Decimal 223 235 90
Hex DF EB 5A

RGB Percentages of Color #dfeb5a

%40.69
%42.88
%16.42

CMYK Percentages of Color #dfeb5a

%5
%0
%62
%8

Triadic Colors of #dfeb5a

#dfeb5a #5adfeb #eb5adf

Analogous Colors of #dfeb5a

#dfeb5a #97eb5a #ebaf5a

Monochromatic Colors of #dfeb5a

#dfeb5a

Complementary Color

#dfeb5a #665aeb

#dfeb5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeb5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeb5a Color CSS Codes

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

#dfeb5a Text Font Color

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

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


#dfeb5a Background Color

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

This div background color is #dfeb5a


#dfeb5a Border Color

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

This div border color is #dfeb5a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,235,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 #dfeb5a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeb5a


Comments

No comments written yet.

Please login to write comment.