Color Hex Logo

#eddbef Color Hex

#EDDBEF
(237,219,239)
0 Favorites   0 Comments

Color spaces of #eddbef

RGB 237219239
HSL0.820.380.90
HSV294°94°
CMYK 0.010.080.00   0.06
XYZ75.836674.899692.1214
Yxy74.89960.31230.3084
Hunter Lab86.54464.9616-2.5294
CIE-Lab89.34599.6722-7.5294

#eddbef color RGB value is (237,219,239).

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

The process color (four color CMYK) of #eddbef color hex is 0.01, 0.08, 0.00, 0.06. Web safe color of #eddbef is #ffccff. Color #eddbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 11101111
Octal 355 333 357
Decimal 237 219 239
Hex ED DB EF

RGB Percentages of Color #eddbef

%34.10
%31.51
%34.39

CMYK Percentages of Color #eddbef

%1
%8
%0
%6

Triadic Colors of #eddbef

#eddbef #efeddb #dbefed

Analogous Colors of #eddbef

#eddbef #efdbe7 #e3dbef

Monochromatic Colors of #eddbef

#eddbef

Complementary Color

#eddbef #ddefdb

#eddbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbef Color CSS Codes

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

#eddbef Text Font Color

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

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


#eddbef Background Color

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

This div background color is #eddbef


#eddbef Border Color

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

This div border color is #eddbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbef


Comments

No comments written yet.

Please login to write comment.