Color Hex Logo

#dfef69 Color Hex

#DFEF69
(223,239,105)
0 Favorites   0 Comments

Color spaces of #dfef69

RGB 223239105
HSL0.190.810.67
HSV67°56°94°
CMYK 0.070.000.56   0.06
XYZ63.847778.440925.1401
Yxy78.44090.38130.4685
Hunter Lab88.5669-26.311745.1671
CIE-Lab90.9807-23.226561.7530

#dfef69 color RGB value is (223,239,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 01101001
Octal 337 357 151
Decimal 223 239 105
Hex DF EF 69

RGB Percentages of Color #dfef69

%39.33
%42.15
%18.52

CMYK Percentages of Color #dfef69

%7
%0
%56
%6

Triadic Colors of #dfef69

#dfef69 #69dfef #ef69df

Analogous Colors of #dfef69

#dfef69 #9cef69 #efbc69

Monochromatic Colors of #dfef69

#dfef69

Complementary Color

#dfef69 #7969ef

#dfef69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfef69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfef69 Color CSS Codes

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

#dfef69 Text Font Color

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

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


#dfef69 Background Color

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

This div background color is #dfef69


#dfef69 Border Color

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

This div border color is #dfef69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfef69


Comments

No comments written yet.

Please login to write comment.