Color Hex Logo

#dfefb5 Color Hex

#DFEFB5
(223,239,181)
0 Favorites   0 Comments

Color spaces of #dfefb5

RGB 223239181
HSL0.210.640.82
HSV77°24°94°
CMYK 0.070.000.24   0.06
XYZ69.638480.757255.6334
Yxy80.75720.33800.3920
Hunter Lab89.8650-18.940126.2004
CIE-Lab92.0235-14.864126.3573

#dfefb5 color RGB value is (223,239,181).

#dfefb5 hex color red value is 223, green value is 239 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #dfefb5 hue: 0.21 , saturation: 0.64 and the lightness value of dfefb5 is 0.82.

The process color (four color CMYK) of #dfefb5 color hex is 0.07, 0.00, 0.24, 0.06. Web safe color of #dfefb5 is #ccffcc. Color #dfefb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 10110101
Octal 337 357 265
Decimal 223 239 181
Hex DF EF B5

RGB Percentages of Color #dfefb5

%34.68
%37.17
%28.15

CMYK Percentages of Color #dfefb5

%7
%0
%24
%6

Triadic Colors of #dfefb5

#dfefb5 #b5dfef #efb5df

Analogous Colors of #dfefb5

#dfefb5 #c2efb5 #efe2b5

Monochromatic Colors of #dfefb5

#dfefb5

Complementary Color

#dfefb5 #c5b5ef

#dfefb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefb5 Color CSS Codes

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

#dfefb5 Text Font Color

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

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


#dfefb5 Background Color

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

This div background color is #dfefb5


#dfefb5 Border Color

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

This div border color is #dfefb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefb5


Comments

No comments written yet.

Please login to write comment.