Color Hex Logo

#edbff1 Color Hex

#EDBFF1
(237,191,241)
0 Favorites   0 Comments

Color spaces of #edbff1

RGB 237191241
HSL0.820.640.85
HSV295°21°95°
CMYK 0.020.210.00   0.05
XYZ69.433061.617091.4528
Yxy61.61700.31210.2769
Hunter Lab78.496520.5209-14.1286
CIE-Lab82.709324.8397-18.5131

#edbff1 color RGB value is (237,191,241).

#edbff1 hex color red value is 237, green value is 191 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #edbff1 hue: 0.82 , saturation: 0.64 and the lightness value of edbff1 is 0.85.

The process color (four color CMYK) of #edbff1 color hex is 0.02, 0.21, 0.00, 0.05. Web safe color of #edbff1 is #ffccff. Color #edbff1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111111 11110001
Octal 355 277 361
Decimal 237 191 241
Hex ED BF F1

RGB Percentages of Color #edbff1

%35.43
%28.55
%36.02

CMYK Percentages of Color #edbff1

%2
%21
%0
%5

Triadic Colors of #edbff1

#edbff1 #f1edbf #bff1ed

Analogous Colors of #edbff1

#edbff1 #f1bfdc #d4bff1

Monochromatic Colors of #edbff1

#edbff1

Complementary Color

#edbff1 #c3f1bf

#edbff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbff1 Color CSS Codes

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

#edbff1 Text Font Color

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

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


#edbff1 Background Color

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

This div background color is #edbff1


#edbff1 Border Color

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

This div border color is #edbff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbff1


Comments

No comments written yet.

Please login to write comment.