Color Hex Logo

#dbeff4 Color Hex

#DBEFF4
(219,239,244)
0 Favorites   0 Comments

Color spaces of #dbeff4

RGB 219239244
HSL0.530.530.91
HSV192°10°96°
CMYK 0.100.020.00   0.04
XYZ76.409183.324797.6440
Yxy83.32470.29690.3237
Hunter Lab91.2824-10.32840.4756
CIE-Lab93.1564-5.5882-4.6665

#dbeff4 color RGB value is (219,239,244).

#dbeff4 hex color red value is 219, green value is 239 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #dbeff4 hue: 0.53 , saturation: 0.53 and the lightness value of dbeff4 is 0.91.

The process color (four color CMYK) of #dbeff4 color hex is 0.10, 0.02, 0.00, 0.04. Web safe color of #dbeff4 is #ccffff. Color #dbeff4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 11110100
Octal 333 357 364
Decimal 219 239 244
Hex DB EF F4

RGB Percentages of Color #dbeff4

%31.20
%34.05
%34.76

CMYK Percentages of Color #dbeff4

%10
%2
%0
%4

Triadic Colors of #dbeff4

#dbeff4 #f4dbef #eff4db

Analogous Colors of #dbeff4

#dbeff4 #dbe3f4 #dbf4ed

Monochromatic Colors of #dbeff4

#dbeff4

Complementary Color

#dbeff4 #f4e0db

#dbeff4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbeff4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbeff4 Color CSS Codes

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

#dbeff4 Text Font Color

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

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


#dbeff4 Background Color

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

This div background color is #dbeff4


#dbeff4 Border Color

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

This div border color is #dbeff4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbeff4

#dbeff4 Color Palettes


Comments

No comments written yet.

Please login to write comment.