Color Hex Logo

#e4dbfc Color Hex

#E4DBFC
(228,219,252)
0 Favorites   0 Comments

Color spaces of #e4dbfc

RGB 228219252
HSL0.710.850.92
HSV256°13°99°
CMYK 0.100.130.00   0.01
XYZ74.897174.1853102.4672
Yxy74.18530.29770.2949
Hunter Lab86.13094.4897-10.2438
CIE-Lab89.01009.1973-14.9403

#e4dbfc color RGB value is (228,219,252).

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

The process color (four color CMYK) of #e4dbfc color hex is 0.10, 0.13, 0.00, 0.01. Web safe color of #e4dbfc is #ccccff. Color #e4dbfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11011011 11111100
Octal 344 333 374
Decimal 228 219 252
Hex E4 DB FC

RGB Percentages of Color #e4dbfc

%32.62
%31.33
%36.05

CMYK Percentages of Color #e4dbfc

%10
%13
%0
%1

Triadic Colors of #e4dbfc

#e4dbfc #fce4db #dbfce4

Analogous Colors of #e4dbfc

#e4dbfc #f5dbfc #dbe3fc

Monochromatic Colors of #e4dbfc

#e4dbfc

Complementary Color

#e4dbfc #f3fcdb

#e4dbfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4dbfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4dbfc Color CSS Codes

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

#e4dbfc Text Font Color

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

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


#e4dbfc Background Color

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

This div background color is #e4dbfc


#e4dbfc Border Color

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

This div border color is #e4dbfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,219,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 #e4dbfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4dbfc

Related Colors


Comments

No comments written yet.

Please login to write comment.