Color Hex Logo

#dff8b0 Color Hex

#DFF8B0
(223,248,176)
0 Favorites   0 Comments

Color spaces of #dff8b0

RGB 223248176
HSL0.220.840.83
HSV81°29°97°
CMYK 0.100.000.29   0.03
XYZ71.835385.957453.8796
Yxy85.95740.33940.4061
Hunter Lab92.7132-23.944230.4433
CIE-Lab94.2941-19.960231.9702

#dff8b0 color RGB value is (223,248,176).

#dff8b0 hex color red value is 223, green value is 248 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #dff8b0 hue: 0.22 , saturation: 0.84 and the lightness value of dff8b0 is 0.83.

The process color (four color CMYK) of #dff8b0 color hex is 0.10, 0.00, 0.29, 0.03. Web safe color of #dff8b0 is #ccff99. Color #dff8b0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111000 10110000
Octal 337 370 260
Decimal 223 248 176
Hex DF F8 B0

RGB Percentages of Color #dff8b0

%34.47
%38.33
%27.20

CMYK Percentages of Color #dff8b0

%10
%0
%29
%3

Triadic Colors of #dff8b0

#dff8b0 #b0dff8 #f8b0df

Analogous Colors of #dff8b0

#dff8b0 #bbf8b0 #f8edb0

Monochromatic Colors of #dff8b0

#dff8b0

Complementary Color

#dff8b0 #c9b0f8

#dff8b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff8b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff8b0 Color CSS Codes

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

#dff8b0 Text Font Color

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

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


#dff8b0 Background Color

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

This div background color is #dff8b0


#dff8b0 Border Color

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

This div border color is #dff8b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff8b0


Comments

No comments written yet.

Please login to write comment.