Color Hex Logo

#dbefc6 Color Hex

#DBEFC6
(219,239,198)
0 Favorites   0 Comments

Color spaces of #dbefc6

RGB 219239198
HSL0.250.560.86
HSV89°17°94°
CMYK 0.080.000.17   0.06
XYZ70.273080.870365.3318
Yxy80.87030.32460.3736
Hunter Lab89.9279-17.887319.8759
CIE-Lab92.0739-13.716317.6461

#dbefc6 color RGB value is (219,239,198).

#dbefc6 hex color red value is 219, green value is 239 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #dbefc6 hue: 0.25 , saturation: 0.56 and the lightness value of dbefc6 is 0.86.

The process color (four color CMYK) of #dbefc6 color hex is 0.08, 0.00, 0.17, 0.06. Web safe color of #dbefc6 is #ccffcc. Color #dbefc6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 11000110
Octal 333 357 306
Decimal 219 239 198
Hex DB EF C6

RGB Percentages of Color #dbefc6

%33.38
%36.43
%30.18

CMYK Percentages of Color #dbefc6

%8
%0
%17
%6

Triadic Colors of #dbefc6

#dbefc6 #c6dbef #efc6db

Analogous Colors of #dbefc6

#dbefc6 #c7efc6 #efefc6

Monochromatic Colors of #dbefc6

#dbefc6

Complementary Color

#dbefc6 #dac6ef

#dbefc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefc6 Color CSS Codes

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

#dbefc6 Text Font Color

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

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


#dbefc6 Background Color

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

This div background color is #dbefc6


#dbefc6 Border Color

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

This div border color is #dbefc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefc6


Comments

No comments written yet.

Please login to write comment.