Color Hex Logo

#edbef8 Color Hex

#EDBEF8
(237,190,248)
0 Favorites   0 Comments

Color spaces of #edbef8

RGB 237190248
HSL0.800.810.86
HSV289°23°97°
CMYK 0.040.230.00   0.03
XYZ70.281861.608796.9944
Yxy61.60870.30710.2692
Hunter Lab78.491222.4710-18.3229
CIE-Lab82.704926.6864-22.2578

#edbef8 color RGB value is (237,190,248).

#edbef8 hex color red value is 237, green value is 190 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #edbef8 hue: 0.80 , saturation: 0.81 and the lightness value of edbef8 is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 11111000
Octal 355 276 370
Decimal 237 190 248
Hex ED BE F8

RGB Percentages of Color #edbef8

%35.11
%28.15
%36.74

CMYK Percentages of Color #edbef8

%4
%23
%0
%3

Triadic Colors of #edbef8

#edbef8 #f8edbe #bef8ed

Analogous Colors of #edbef8

#edbef8 #f8bee6 #d0bef8

Monochromatic Colors of #edbef8

#edbef8

Complementary Color

#edbef8 #c9f8be

#edbef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbef8 Color CSS Codes

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

#edbef8 Text Font Color

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

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


#edbef8 Background Color

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

This div background color is #edbef8


#edbef8 Border Color

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

This div border color is #edbef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbef8


Comments

No comments written yet.

Please login to write comment.