Color Hex Logo

#dbefa6 Color Hex

#DBEFA6
(219,239,166)
0 Favorites   0 Comments

Color spaces of #dbefa6

RGB 219239166
HSL0.210.700.79
HSV76°31°94°
CMYK 0.080.000.31   0.06
XYZ66.962979.546247.9010
Yxy79.54620.34440.4092
Hunter Lab89.1887-22.062330.5889
CIE-Lab91.4809-18.373233.2017

#dbefa6 color RGB value is (219,239,166).

#dbefa6 hex color red value is 219, green value is 239 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #dbefa6 hue: 0.21 , saturation: 0.70 and the lightness value of dbefa6 is 0.79.

The process color (four color CMYK) of #dbefa6 color hex is 0.08, 0.00, 0.31, 0.06. Web safe color of #dbefa6 is #ccff99. Color #dbefa6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 10100110
Octal 333 357 246
Decimal 219 239 166
Hex DB EF A6

RGB Percentages of Color #dbefa6

%35.10
%38.30
%26.60

CMYK Percentages of Color #dbefa6

%8
%0
%31
%6

Triadic Colors of #dbefa6

#dbefa6 #a6dbef #efa6db

Analogous Colors of #dbefa6

#dbefa6 #b7efa6 #efdfa6

Monochromatic Colors of #dbefa6

#dbefa6

Complementary Color

#dbefa6 #baa6ef

#dbefa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefa6 Color CSS Codes

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

#dbefa6 Text Font Color

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

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


#dbefa6 Background Color

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

This div background color is #dbefa6


#dbefa6 Border Color

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

This div border color is #dbefa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefa6


Comments

No comments written yet.

Please login to write comment.