Color Hex Logo

#dfef6a Color Hex

#DFEF6A
(223,239,106)
0 Favorites   0 Comments

Color spaces of #dfef6a

RGB 223239106
HSL0.190.810.68
HSV67°56°94°
CMYK 0.070.000.56   0.06
XYZ63.899478.461625.4124
Yxy78.46160.38090.4677
Hunter Lab88.5786-26.244944.9952
CIE-Lab90.9901-23.148961.3278

#dfef6a color RGB value is (223,239,106).

#dfef6a hex color red value is 223, green value is 239 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #dfef6a hue: 0.19 , saturation: 0.81 and the lightness value of dfef6a is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 01101010
Octal 337 357 152
Decimal 223 239 106
Hex DF EF 6A

RGB Percentages of Color #dfef6a

%39.26
%42.08
%18.66

CMYK Percentages of Color #dfef6a

%7
%0
%56
%6

Triadic Colors of #dfef6a

#dfef6a #6adfef #ef6adf

Analogous Colors of #dfef6a

#dfef6a #9def6a #efbd6a

Monochromatic Colors of #dfef6a

#dfef6a

Complementary Color

#dfef6a #7a6aef

#dfef6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfef6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfef6a Color CSS Codes

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

#dfef6a Text Font Color

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

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


#dfef6a Background Color

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

This div background color is #dfef6a


#dfef6a Border Color

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

This div border color is #dfef6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfef6a


Comments

No comments written yet.

Please login to write comment.