Color Hex Logo

#dbfaae Color Hex

#DBFAAE
(219,250,174)
1 Favorites   0 Comments

Color spaces of #dbfaae

RGB 219250174
HSL0.230.880.83
HSV84°30°98°
CMYK 0.120.000.30   0.02
XYZ71.039086.487352.9940
Yxy86.48730.33740.4108
Hunter Lab92.9985-26.396331.3134
CIE-Lab94.5203-22.624233.2317

#dbfaae color RGB value is (219,250,174).

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

The process color (four color CMYK) of #dbfaae color hex is 0.12, 0.00, 0.30, 0.02. Web safe color of #dbfaae is #ccff99. Color #dbfaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 10101110
Octal 333 372 256
Decimal 219 250 174
Hex DB FA AE

RGB Percentages of Color #dbfaae

%34.06
%38.88
%27.06

CMYK Percentages of Color #dbfaae

%12
%0
%30
%2

Triadic Colors of #dbfaae

#dbfaae #aedbfa #faaedb

Analogous Colors of #dbfaae

#dbfaae #b5faae #faf3ae

Monochromatic Colors of #dbfaae

#dbfaae

Complementary Color

#dbfaae #cdaefa

#dbfaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfaae Color CSS Codes

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

#dbfaae Text Font Color

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

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


#dbfaae Background Color

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

This div background color is #dbfaae


#dbfaae Border Color

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

This div border color is #dbfaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfaae

Related Colors


Comments

No comments written yet.

Please login to write comment.