Color Hex Logo

#eddbf8 Color Hex

#EDDBF8
(237,219,248)
0 Favorites   0 Comments

Color spaces of #eddbf8

RGB 237219248
HSL0.770.670.92
HSV277°12°97°
CMYK 0.040.120.00   0.03
XYZ77.199875.444999.3004
Yxy75.44490.30640.2994
Hunter Lab86.85906.6465-6.9812
CIE-Lab89.601011.3351-11.8811

#eddbf8 color RGB value is (237,219,248).

#eddbf8 hex color red value is 237, green value is 219 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #eddbf8 hue: 0.77 , saturation: 0.67 and the lightness value of eddbf8 is 0.92.

The process color (four color CMYK) of #eddbf8 color hex is 0.04, 0.12, 0.00, 0.03. Web safe color of #eddbf8 is #ffccff. Color #eddbf8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 11111000
Octal 355 333 370
Decimal 237 219 248
Hex ED DB F8

RGB Percentages of Color #eddbf8

%33.66
%31.11
%35.23

CMYK Percentages of Color #eddbf8

%4
%12
%0
%3

Triadic Colors of #eddbf8

#eddbf8 #f8eddb #dbf8ed

Analogous Colors of #eddbf8

#eddbf8 #f8dbf5 #dfdbf8

Monochromatic Colors of #eddbf8

#eddbf8

Complementary Color

#eddbf8 #e6f8db

#eddbf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddbf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddbf8 Color CSS Codes

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

#eddbf8 Text Font Color

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

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


#eddbf8 Background Color

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

This div background color is #eddbf8


#eddbf8 Border Color

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

This div border color is #eddbf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddbf8

Related Colors


Comments

No comments written yet.

Please login to write comment.