Color Hex Logo

#dfed5b Color Hex

#DFED5B
(223,237,91)
0 Favorites   0 Comments

Color spaces of #dfed5b

RGB 22323791
HSL0.180.800.64
HSV66°62°93°
CMYK 0.060.000.62   0.07
XYZ62.603977.011721.4627
Yxy77.01170.38870.4781
Hunter Lab87.7563-26.234646.9288
CIE-Lab90.3270-23.270966.9264

#dfed5b color RGB value is (223,237,91).

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

The process color (four color CMYK) of #dfed5b color hex is 0.06, 0.00, 0.62, 0.07. Web safe color of #dfed5b is #ccff66. Color #dfed5b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 01011011
Octal 337 355 133
Decimal 223 237 91
Hex DF ED 5B

RGB Percentages of Color #dfed5b

%40.47
%43.01
%16.52

CMYK Percentages of Color #dfed5b

%6
%0
%62
%7

Triadic Colors of #dfed5b

#dfed5b #5bdfed #ed5bdf

Analogous Colors of #dfed5b

#dfed5b #96ed5b #edb25b

Monochromatic Colors of #dfed5b

#dfed5b

Complementary Color

#dfed5b #695bed

#dfed5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfed5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfed5b Color CSS Codes

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

#dfed5b Text Font Color

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

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


#dfed5b Background Color

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

This div background color is #dfed5b


#dfed5b Border Color

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

This div border color is #dfed5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfed5b


Comments

No comments written yet.

Please login to write comment.