Color Hex Logo

#dbefd6 Color Hex

#DBEFD6
(219,239,214)
0 Favorites   0 Comments

Color spaces of #dbefd6

RGB 219239214
HSL0.300.440.89
HSV108°10°94°
CMYK 0.080.000.10   0.06
XYZ72.217581.648175.5717
Yxy81.64810.31480.3559
Hunter Lab90.3593-15.467113.6646
CIE-Lab92.4193-11.07289.8525

#dbefd6 color RGB value is (219,239,214).

#dbefd6 hex color red value is 219, green value is 239 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #dbefd6 hue: 0.30 , saturation: 0.44 and the lightness value of dbefd6 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 11010110
Octal 333 357 326
Decimal 219 239 214
Hex DB EF D6

RGB Percentages of Color #dbefd6

%32.59
%35.57
%31.85

CMYK Percentages of Color #dbefd6

%8
%0
%10
%6

Triadic Colors of #dbefd6

#dbefd6 #d6dbef #efd6db

Analogous Colors of #dbefd6

#dbefd6 #d6efde #e8efd6

Monochromatic Colors of #dbefd6

#dbefd6

Complementary Color

#dbefd6 #ead6ef

#dbefd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefd6 Color CSS Codes

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

#dbefd6 Text Font Color

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

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


#dbefd6 Background Color

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

This div background color is #dbefd6


#dbefd6 Border Color

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

This div border color is #dbefd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefd6


Comments

No comments written yet.

Please login to write comment.