Color Hex Logo

#dbefe2 Color Hex

#DBEFE2
(219,239,226)
0 Favorites   0 Comments

Color spaces of #dbefe2

RGB 219239226
HSL0.390.380.90
HSV141°94°
CMYK 0.080.000.05   0.06
XYZ73.807482.284183.9439
Yxy82.28410.30750.3428
Hunter Lab90.7106-13.50568.6302
CIE-Lab92.7001-8.95914.0251

#dbefe2 color RGB value is (219,239,226).

#dbefe2 hex color red value is 219, green value is 239 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #dbefe2 hue: 0.39 , saturation: 0.38 and the lightness value of dbefe2 is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 11100010
Octal 333 357 342
Decimal 219 239 226
Hex DB EF E2

RGB Percentages of Color #dbefe2

%32.02
%34.94
%33.04

CMYK Percentages of Color #dbefe2

%8
%0
%5
%6

Triadic Colors of #dbefe2

#dbefe2 #e2dbef #efe2db

Analogous Colors of #dbefe2

#dbefe2 #dbefec #deefdb

Monochromatic Colors of #dbefe2

#dbefe2

Complementary Color

#dbefe2 #efdbe8

#dbefe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefe2 Color CSS Codes

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

#dbefe2 Text Font Color

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

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


#dbefe2 Background Color

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

This div background color is #dbefe2


#dbefe2 Border Color

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

This div border color is #dbefe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefe2


Comments

No comments written yet.

Please login to write comment.