Color Hex Logo

#dafbae Color Hex

#DAFBAE
(218,251,174)
0 Favorites   0 Comments

Color spaces of #dafbae

RGB 218251174
HSL0.240.910.83
HSV86°31°98°
CMYK 0.130.000.31   0.02
XYZ71.050686.955853.0838
Yxy86.95580.33660.4119
Hunter Lab93.2501-27.182131.5235
CIE-Lab94.7195-23.458133.4863

#dafbae color RGB value is (218,251,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11111011 10101110
Octal 332 373 256
Decimal 218 251 174
Hex DA FB AE

RGB Percentages of Color #dafbae

%33.90
%39.04
%27.06

CMYK Percentages of Color #dafbae

%13
%0
%31
%2

Triadic Colors of #dafbae

#dafbae #aedafb #fbaeda

Analogous Colors of #dafbae

#dafbae #b4fbae #fbf6ae

Monochromatic Colors of #dafbae

#dafbae

Complementary Color

#dafbae #cfaefb

#dafbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dafbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dafbae Color CSS Codes

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

#dafbae Text Font Color

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

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


#dafbae Background Color

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

This div background color is #dafbae


#dafbae Border Color

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

This div border color is #dafbae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,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 #dafbae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dafbae


Comments

No comments written yet.

Please login to write comment.