Color Hex Logo

#edbfed Color Hex

#EDBFED
(237,191,237)
0 Favorites   0 Comments

Color spaces of #edbfed

RGB 237191237
HSL0.830.560.84
HSV300°19°93°
CMYK 0.000.190.00   0.07
XYZ68.841961.380688.3400
Yxy61.38060.31500.2808
Hunter Lab78.345819.7416-12.0113
CIE-Lab82.582924.1030-16.5653

#edbfed color RGB value is (237,191,237).

#edbfed hex color red value is 237, green value is 191 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #edbfed hue: 0.83 , saturation: 0.56 and the lightness value of edbfed is 0.84.

The process color (four color CMYK) of #edbfed color hex is 0.00, 0.19, 0.00, 0.07. Web safe color of #edbfed is #ffccff. Color #edbfed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11101101
Octal 355 277 355
Decimal 237 191 237
Hex ED BF ED

RGB Percentages of Color #edbfed

%35.64
%28.72
%35.64

CMYK Percentages of Color #edbfed

%0
%19
%0
%7

Triadic Colors of #edbfed

#edbfed #ededbf #bfeded

Analogous Colors of #edbfed

#edbfed #edbfd6 #d6bfed

Monochromatic Colors of #edbfed

#edbfed

Complementary Color

#edbfed #bfedbf

#edbfed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfed Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfed Color CSS Codes

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

#edbfed Text Font Color

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

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


#edbfed Background Color

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

This div background color is #edbfed


#edbfed Border Color

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

This div border color is #edbfed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfed


Comments

No comments written yet.

Please login to write comment.