Color Hex Logo

#dffbae Color Hex

#DFFBAE
(223,251,174)
0 Favorites   0 Comments

Color spaces of #dffbae

RGB 223251174
HSL0.230.910.83
HSV82°31°98°
CMYK 0.110.000.31   0.02
XYZ72.568687.738353.1548
Yxy87.73830.34000.4110
Hunter Lab93.6687-25.629831.9224
CIE-Lab95.0506-21.676533.9871

#dffbae color RGB value is (223,251,174).

#dffbae hex color red value is 223, green value is 251 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dffbae hue: 0.23 , saturation: 0.91 and the lightness value of dffbae is 0.83.

The process color (four color CMYK) of #dffbae color hex is 0.11, 0.00, 0.31, 0.02. Web safe color of #dffbae is #ccff99. Color #dffbae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111011 10101110
Octal 337 373 256
Decimal 223 251 174
Hex DF FB AE

RGB Percentages of Color #dffbae

%34.41
%38.73
%26.85

CMYK Percentages of Color #dffbae

%11
%0
%31
%2

Triadic Colors of #dffbae

#dffbae #aedffb #fbaedf

Analogous Colors of #dffbae

#dffbae #b9fbae #fbf1ae

Monochromatic Colors of #dffbae

#dffbae

Complementary Color

#dffbae #caaefb

#dffbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffbae Color CSS Codes

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

#dffbae Text Font Color

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

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


#dffbae Background Color

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

This div background color is #dffbae


#dffbae Border Color

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

This div border color is #dffbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffbae


Comments

No comments written yet.

Please login to write comment.