Color Hex Logo

#dff872 Color Hex

#DFF872
(223,248,114)
0 Favorites   0 Comments

Color spaces of #dff872

RGB 223248114
HSL0.200.910.71
HSV71°54°97°
CMYK 0.100.000.54   0.03
XYZ67.036184.037728.6073
Yxy84.03770.37310.4677
Hunter Lab91.6721-29.896345.6683
CIE-Lab93.4669-26.771560.6400

#dff872 color RGB value is (223,248,114).

#dff872 hex color red value is 223, green value is 248 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #dff872 hue: 0.20 , saturation: 0.91 and the lightness value of dff872 is 0.71.

The process color (four color CMYK) of #dff872 color hex is 0.10, 0.00, 0.54, 0.03. Web safe color of #dff872 is #ccff66. Color #dff872 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111000 01110010
Octal 337 370 162
Decimal 223 248 114
Hex DF F8 72

RGB Percentages of Color #dff872

%38.12
%42.39
%19.49

CMYK Percentages of Color #dff872

%10
%0
%54
%3

Triadic Colors of #dff872

#dff872 #72dff8 #f872df

Analogous Colors of #dff872

#dff872 #9cf872 #f8ce72

Monochromatic Colors of #dff872

#dff872

Complementary Color

#dff872 #8b72f8

#dff872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff872 Color CSS Codes

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

#dff872 Text Font Color

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

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


#dff872 Background Color

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

This div background color is #dff872


#dff872 Border Color

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

This div border color is #dff872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff872


Comments

No comments written yet.

Please login to write comment.