Color Hex Logo

#dbefba Color Hex

#DBEFBA
(219,239,186)
0 Favorites   0 Comments

Color spaces of #dbefba

RGB 219239186
HSL0.230.620.83
HSV83°22°94°
CMYK 0.080.000.22   0.06
XYZ68.942880.338258.3275
Yxy80.33820.33210.3870
Hunter Lab89.6316-19.556724.1593
CIE-Lab91.8364-15.563323.4943

#dbefba color RGB value is (219,239,186).

#dbefba hex color red value is 219, green value is 239 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dbefba hue: 0.23 , saturation: 0.62 and the lightness value of dbefba is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 10111010
Octal 333 357 272
Decimal 219 239 186
Hex DB EF BA

RGB Percentages of Color #dbefba

%34.01
%37.11
%28.88

CMYK Percentages of Color #dbefba

%8
%0
%22
%6

Triadic Colors of #dbefba

#dbefba #badbef #efbadb

Analogous Colors of #dbefba

#dbefba #c1efba #efe9ba

Monochromatic Colors of #dbefba

#dbefba

Complementary Color

#dbefba #cebaef

#dbefba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefba Color CSS Codes

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

#dbefba Text Font Color

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

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


#dbefba Background Color

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

This div background color is #dbefba


#dbefba Border Color

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

This div border color is #dbefba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefba


Comments

No comments written yet.

Please login to write comment.