Color Hex Logo

#dfef5c Color Hex

#DFEF5C
(223,239,92)
0 Favorites   0 Comments

Color spaces of #dfef5c

RGB 22323992
HSL0.180.820.65
HSV67°62°94°
CMYK 0.070.000.62   0.06
XYZ63.229778.193721.8855
Yxy78.19370.38720.4788
Hunter Lab88.4272-27.111547.2249
CIE-Lab90.8682-24.159067.1002

#dfef5c color RGB value is (223,239,92).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 01011100
Octal 337 357 134
Decimal 223 239 92
Hex DF EF 5C

RGB Percentages of Color #dfef5c

%40.25
%43.14
%16.61

CMYK Percentages of Color #dfef5c

%7
%0
%62
%6

Triadic Colors of #dfef5c

#dfef5c #5cdfef #ef5cdf

Analogous Colors of #dfef5c

#dfef5c #96ef5c #efb65c

Monochromatic Colors of #dfef5c

#dfef5c

Complementary Color

#dfef5c #6c5cef

#dfef5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfef5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfef5c Color CSS Codes

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

#dfef5c Text Font Color

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

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


#dfef5c Background Color

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

This div background color is #dfef5c


#dfef5c Border Color

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

This div border color is #dfef5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfef5c


Comments

No comments written yet.

Please login to write comment.