Color Hex Logo

#dfef5d Color Hex

#DFEF5D
(223,239,93)
0 Favorites   0 Comments

Color spaces of #dfef5d

RGB 22323993
HSL0.180.820.65
HSV67°61°94°
CMYK 0.070.000.61   0.06
XYZ63.273778.211322.1173
Yxy78.21130.38680.4781
Hunter Lab88.4372-27.054547.0781
CIE-Lab90.8762-24.092366.7019

#dfef5d color RGB value is (223,239,93).

#dfef5d hex color red value is 223, green value is 239 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #dfef5d hue: 0.18 , saturation: 0.82 and the lightness value of dfef5d is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 01011101
Octal 337 357 135
Decimal 223 239 93
Hex DF EF 5D

RGB Percentages of Color #dfef5d

%40.18
%43.06
%16.76

CMYK Percentages of Color #dfef5d

%7
%0
%61
%6

Triadic Colors of #dfef5d

#dfef5d #5ddfef #ef5ddf

Analogous Colors of #dfef5d

#dfef5d #96ef5d #efb65d

Monochromatic Colors of #dfef5d

#dfef5d

Complementary Color

#dfef5d #6d5def

#dfef5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfef5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfef5d Color CSS Codes

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

#dfef5d Text Font Color

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

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


#dfef5d Background Color

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

This div background color is #dfef5d


#dfef5d Border Color

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

This div border color is #dfef5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfef5d


Comments

No comments written yet.

Please login to write comment.