Color Hex Logo

#dfe269 Color Hex

#DFE269
(223,226,105)
0 Favorites   0 Comments

Color spaces of #dfe269

RGB 223226105
HSL0.170.680.65
HSV61°54°89°
CMYK 0.010.000.54   0.11
XYZ60.177671.100623.9167
Yxy71.10060.38780.4581
Hunter Lab84.3212-20.171742.2079
CIE-Lab87.5339-16.925957.8336

#dfe269 color RGB value is (223,226,105).

#dfe269 hex color red value is 223, green value is 226 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #dfe269 hue: 0.17 , saturation: 0.68 and the lightness value of dfe269 is 0.65.

The process color (four color CMYK) of #dfe269 color hex is 0.01, 0.00, 0.54, 0.11. Web safe color of #dfe269 is #cccc66. Color #dfe269 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100010 01101001
Octal 337 342 151
Decimal 223 226 105
Hex DF E2 69

RGB Percentages of Color #dfe269

%40.25
%40.79
%18.95

CMYK Percentages of Color #dfe269

%1
%0
%54
%11

Triadic Colors of #dfe269

#dfe269 #69dfe2 #e269df

Analogous Colors of #dfe269

#dfe269 #a3e269 #e2a969

Monochromatic Colors of #dfe269

#dfe269

Complementary Color

#dfe269 #6c69e2

#dfe269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe269 Color CSS Codes

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

#dfe269 Text Font Color

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

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


#dfe269 Background Color

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

This div background color is #dfe269


#dfe269 Border Color

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

This div border color is #dfe269


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,226,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 #dfe269">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe269


Comments

No comments written yet.

Please login to write comment.