Color Hex Logo

#dbefec Color Hex

#DBEFEC
(219,239,236)
0 Favorites   0 Comments

Color spaces of #dbefec

RGB 219239236
HSL0.480.380.90
HSV171°94°
CMYK 0.080.000.01   0.06
XYZ75.220282.849291.3838
Yxy82.84920.30150.3321
Hunter Lab91.0215-11.77534.1891
CIE-Lab92.9484-7.1154-0.8121

#dbefec color RGB value is (219,239,236).

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

The process color (four color CMYK) of #dbefec color hex is 0.08, 0.00, 0.01, 0.06. Web safe color of #dbefec is #ccffff. Color #dbefec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 11101100
Octal 333 357 354
Decimal 219 239 236
Hex DB EF EC

RGB Percentages of Color #dbefec

%31.56
%34.44
%34.01

CMYK Percentages of Color #dbefec

%8
%0
%1
%6

Triadic Colors of #dbefec

#dbefec #ecdbef #efecdb

Analogous Colors of #dbefec

#dbefec #dbe8ef #dbefe2

Monochromatic Colors of #dbefec

#dbefec

Complementary Color

#dbefec #efdbde

#dbefec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefec Color CSS Codes

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

#dbefec Text Font Color

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

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


#dbefec Background Color

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

This div background color is #dbefec


#dbefec Border Color

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

This div border color is #dbefec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefec


Comments

No comments written yet.

Please login to write comment.