Color Hex Logo

#edbfff Color Hex

#EDBFFF
(237,191,255)
1 Favorites   0 Comments

Color spaces of #edbfff

RGB 237191255
HSL0.791.000.87
HSV283°25°100°
CMYK 0.070.250.00   0.00
XYZ71.605962.4861102.8947
Yxy62.48610.30220.2637
Hunter Lab79.048123.3603-21.8424
CIE-Lab83.171327.4980-25.2792

#edbfff color RGB value is (237,191,255).

#edbfff hex color red value is 237, green value is 191 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #edbfff hue: 0.79 , saturation: 1.00 and the lightness value of edbfff is 0.87.

The process color (four color CMYK) of #edbfff color hex is 0.07, 0.25, 0.00, 0.00. Web safe color of #edbfff is #ffccff. Color #edbfff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11111111
Octal 355 277 377
Decimal 237 191 255
Hex ED BF FF

RGB Percentages of Color #edbfff

%34.70
%27.96
%37.34

CMYK Percentages of Color #edbfff

%7
%25
%0
%0

Triadic Colors of #edbfff

#edbfff #ffedbf #bfffed

Analogous Colors of #edbfff

#edbfff #ffbff1 #cdbfff

Monochromatic Colors of #edbfff

#edbfff

Complementary Color

#edbfff #d1ffbf

#edbfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbfff Color CSS Codes

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

#edbfff Text Font Color

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

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


#edbfff Background Color

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

This div background color is #edbfff


#edbfff Border Color

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

This div border color is #edbfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbfff

Related Colors


Comments

No comments written yet.

Please login to write comment.