Color Hex Logo

#dbfbae Color Hex

#DBFBAE
(219,251,174)
0 Favorites   0 Comments

Color spaces of #dbfbae

RGB 219251174
HSL0.240.910.83
HSV85°31°98°
CMYK 0.130.000.31   0.02
XYZ71.350687.110453.0978
Yxy87.11040.33730.4118
Hunter Lab93.3330-26.874131.6026
CIE-Lab94.7851-23.103033.5856

#dbfbae color RGB value is (219,251,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 10101110
Octal 333 373 256
Decimal 219 251 174
Hex DB FB AE

RGB Percentages of Color #dbfbae

%34.01
%38.98
%27.02

CMYK Percentages of Color #dbfbae

%13
%0
%31
%2

Triadic Colors of #dbfbae

#dbfbae #aedbfb #fbaedb

Analogous Colors of #dbfbae

#dbfbae #b5fbae #fbf5ae

Monochromatic Colors of #dbfbae

#dbfbae

Complementary Color

#dbfbae #ceaefb

#dbfbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfbae Color CSS Codes

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

#dbfbae Text Font Color

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

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


#dbfbae Background Color

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

This div background color is #dbfbae


#dbfbae Border Color

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

This div border color is #dbfbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfbae

Related Colors


Comments

No comments written yet.

Please login to write comment.