Color Hex Logo

#dbeffc Color Hex

#DBEFFC
(219,239,252)
0 Favorites   0 Comments

Color spaces of #dbeffc

RGB 219239252
HSL0.570.850.92
HSV204°13°99°
CMYK 0.130.050.00   0.01
XYZ77.650683.8213104.1820
Yxy83.82130.29230.3155
Hunter Lab91.5540-8.8264-3.3801
CIE-Lab93.3728-4.0166-8.5054

#dbeffc color RGB value is (219,239,252).

#dbeffc hex color red value is 219, green value is 239 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dbeffc hue: 0.57 , saturation: 0.85 and the lightness value of dbeffc is 0.92.

The process color (four color CMYK) of #dbeffc color hex is 0.13, 0.05, 0.00, 0.01. Web safe color of #dbeffc is #ccffff. Color #dbeffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 11111100
Octal 333 357 374
Decimal 219 239 252
Hex DB EF FC

RGB Percentages of Color #dbeffc

%30.85
%33.66
%35.49

CMYK Percentages of Color #dbeffc

%13
%5
%0
%1

Triadic Colors of #dbeffc

#dbeffc #fcdbef #effcdb

Analogous Colors of #dbeffc

#dbeffc #dbdffc #dbfcf9

Monochromatic Colors of #dbeffc

#dbeffc

Complementary Color

#dbeffc #fce8db

#dbeffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeffc Color CSS Codes

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

#dbeffc Text Font Color

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

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


#dbeffc Background Color

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

This div background color is #dbeffc


#dbeffc Border Color

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

This div border color is #dbeffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeffc


Comments

No comments written yet.

Please login to write comment.