Color Hex Logo

#dfef8b Color Hex

#DFEF8B
(223,239,139)
0 Favorites   0 Comments

Color spaces of #dfef8b

RGB 223239139
HSL0.190.760.74
HSV70°42°94°
CMYK 0.070.000.42   0.06
XYZ65.958179.285136.2533
Yxy79.28510.36340.4368
Hunter Lab89.0422-23.599738.1898
CIE-Lab91.3631-20.102346.4889

#dfef8b color RGB value is (223,239,139).

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

The process color (four color CMYK) of #dfef8b color hex is 0.07, 0.00, 0.42, 0.06. Web safe color of #dfef8b is #ccff99. Color #dfef8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 10001011
Octal 337 357 213
Decimal 223 239 139
Hex DF EF 8B

RGB Percentages of Color #dfef8b

%37.10
%39.77
%23.13

CMYK Percentages of Color #dfef8b

%7
%0
%42
%6

Triadic Colors of #dfef8b

#dfef8b #8bdfef #ef8bdf

Analogous Colors of #dfef8b

#dfef8b #adef8b #efcd8b

Monochromatic Colors of #dfef8b

#dfef8b

Complementary Color

#dfef8b #9b8bef

#dfef8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfef8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfef8b Color CSS Codes

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

#dfef8b Text Font Color

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

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


#dfef8b Background Color

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

This div background color is #dfef8b


#dfef8b Border Color

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

This div border color is #dfef8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfef8b


Comments

No comments written yet.

Please login to write comment.