Color Hex Logo

#dbffae Color Hex

#DBFFAE
(219,255,174)
0 Favorites   0 Comments

Color spaces of #dbffae

RGB 219255174
HSL0.241.000.84
HSV87°32°100°
CMYK 0.140.000.32   0.00
XYZ72.613489.636153.5188
Yxy89.63610.33650.4154
Hunter Lab94.6763-28.780432.7579
CIE-Lab95.8456-25.009134.9991

#dbffae color RGB value is (219,255,174).

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

The process color (four color CMYK) of #dbffae color hex is 0.14, 0.00, 0.32, 0.00. Web safe color of #dbffae is #ccff99. Color #dbffae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 10101110
Octal 333 377 256
Decimal 219 255 174
Hex DB FF AE

RGB Percentages of Color #dbffae

%33.80
%39.35
%26.85

CMYK Percentages of Color #dbffae

%14
%0
%32
%0

Triadic Colors of #dbffae

#dbffae #aedbff #ffaedb

Analogous Colors of #dbffae

#dbffae #b3ffae #fffbae

Monochromatic Colors of #dbffae

#dbffae

Complementary Color

#dbffae #d2aeff

#dbffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffae Color CSS Codes

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

#dbffae Text Font Color

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

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


#dbffae Background Color

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

This div background color is #dbffae


#dbffae Border Color

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

This div border color is #dbffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffae

Related Colors


Comments

No comments written yet.

Please login to write comment.