Color Hex Logo

#dfef52 Color Hex

#DFEF52
(223,239,82)
0 Favorites   0 Comments

Color spaces of #dfef52

RGB 22323982
HSL0.180.830.63
HSV66°66°94°
CMYK 0.070.000.66   0.06
XYZ62.820978.030219.7330
Yxy78.03020.39120.4859
Hunter Lab88.3347-27.642148.5896
CIE-Lab90.7937-24.780470.9458

#dfef52 color RGB value is (223,239,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 01010010
Octal 337 357 122
Decimal 223 239 82
Hex DF EF 52

RGB Percentages of Color #dfef52

%40.99
%43.93
%15.07

CMYK Percentages of Color #dfef52

%7
%0
%66
%6

Triadic Colors of #dfef52

#dfef52 #52dfef #ef52df

Analogous Colors of #dfef52

#dfef52 #91ef52 #efb152

Monochromatic Colors of #dfef52

#dfef52

Complementary Color

#dfef52 #6252ef

#dfef52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfef52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfef52 Color CSS Codes

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

#dfef52 Text Font Color

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

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


#dfef52 Background Color

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

This div background color is #dfef52


#dfef52 Border Color

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

This div border color is #dfef52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfef52


Comments

No comments written yet.

Please login to write comment.