Color Hex Logo

#dbffa5 Color Hex

#DBFFA5
(219,255,165)
0 Favorites   0 Comments

Color spaces of #dbffa5

RGB 219255165
HSL0.231.000.82
HSV84°35°100°
CMYK 0.140.000.35   0.00
XYZ71.764989.296749.0509
Yxy89.29670.34160.4250
Hunter Lab94.4969-29.809335.3720
CIE-Lab95.7043-26.187239.2759

#dbffa5 color RGB value is (219,255,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 10100101
Octal 333 377 245
Decimal 219 255 165
Hex DB FF A5

RGB Percentages of Color #dbffa5

%34.27
%39.91
%25.82

CMYK Percentages of Color #dbffa5

%14
%0
%35
%0

Triadic Colors of #dbffa5

#dbffa5 #a5dbff #ffa5db

Analogous Colors of #dbffa5

#dbffa5 #aeffa5 #fff6a5

Monochromatic Colors of #dbffa5

#dbffa5

Complementary Color

#dbffa5 #c9a5ff

#dbffa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffa5 Color CSS Codes

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

#dbffa5 Text Font Color

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

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


#dbffa5 Background Color

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

This div background color is #dbffa5


#dbffa5 Border Color

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

This div border color is #dbffa5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,255,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffa5


Comments

No comments written yet.

Please login to write comment.