Color Hex Logo

#dfe481 Color Hex

#DFE481
(223,228,129)
0 Favorites   0 Comments

Color spaces of #dfe481

RGB 223228129
HSL0.180.650.70
HSV63°43°89°
CMYK 0.020.000.43   0.11
XYZ62.137372.759831.5379
Yxy72.75980.37330.4372
Hunter Lab85.2994-19.243537.7881
CIE-Lab88.3330-15.759747.5558

#dfe481 color RGB value is (223,228,129).

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

The process color (four color CMYK) of #dfe481 color hex is 0.02, 0.00, 0.43, 0.11. Web safe color of #dfe481 is #cccc99. Color #dfe481 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100100 10000001
Octal 337 344 201
Decimal 223 228 129
Hex DF E4 81

RGB Percentages of Color #dfe481

%38.45
%39.31
%22.24

CMYK Percentages of Color #dfe481

%2
%0
%43
%11

Triadic Colors of #dfe481

#dfe481 #81dfe4 #e481df

Analogous Colors of #dfe481

#dfe481 #aee481 #e4b881

Monochromatic Colors of #dfe481

#dfe481

Complementary Color

#dfe481 #8681e4

#dfe481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe481 Color CSS Codes

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

#dfe481 Text Font Color

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

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


#dfe481 Background Color

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

This div background color is #dfe481


#dfe481 Border Color

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

This div border color is #dfe481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe481


Comments

No comments written yet.

Please login to write comment.