Color Hex Logo

#dbf795 Color Hex

#DBF795
(219,247,149)
0 Favorites   0 Comments

Color spaces of #dbf795

RGB 219247149
HSL0.210.860.78
HSV77°40°97°
CMYK 0.110.000.40   0.03
XYZ67.899083.751541.0208
Yxy83.75150.35240.4347
Hunter Lab91.5158-27.717037.4851
CIE-Lab93.3425-24.333844.0736

#dbf795 color RGB value is (219,247,149).

#dbf795 hex color red value is 219, green value is 247 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dbf795 hue: 0.21 , saturation: 0.86 and the lightness value of dbf795 is 0.78.

The process color (four color CMYK) of #dbf795 color hex is 0.11, 0.00, 0.40, 0.03. Web safe color of #dbf795 is #ccff99. Color #dbf795 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110111 10010101
Octal 333 367 225
Decimal 219 247 149
Hex DB F7 95

RGB Percentages of Color #dbf795

%35.61
%40.16
%24.23

CMYK Percentages of Color #dbf795

%11
%0
%40
%3

Triadic Colors of #dbf795

#dbf795 #95dbf7 #f795db

Analogous Colors of #dbf795

#dbf795 #aaf795 #f7e295

Monochromatic Colors of #dbf795

#dbf795

Complementary Color

#dbf795 #b195f7

#dbf795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf795 Color CSS Codes

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

#dbf795 Text Font Color

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

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


#dbf795 Background Color

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

This div background color is #dbf795


#dbf795 Border Color

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

This div border color is #dbf795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf795


Comments

No comments written yet.

Please login to write comment.