Color Hex Logo

#edebfa Color Hex

#EDEBFA
(237,235,250)
1 Favorites   0 Comments

Color spaces of #edebfa

RGB 237235250
HSL0.690.600.95
HSV248°98°
CMYK 0.050.060.00   0.02
XYZ81.888784.3233102.4025
Yxy84.32330.30490.3139
Hunter Lab91.8277-1.5185-1.8384
CIE-Lab93.59073.3977-7.0012

#edebfa color RGB value is (237,235,250).

#edebfa hex color red value is 237, green value is 235 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #edebfa hue: 0.69 , saturation: 0.60 and the lightness value of edebfa is 0.95.

The process color (four color CMYK) of #edebfa color hex is 0.05, 0.06, 0.00, 0.02. Web safe color of #edebfa is #ffffff. Color #edebfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 11111010
Octal 355 353 372
Decimal 237 235 250
Hex ED EB FA

RGB Percentages of Color #edebfa

%32.83
%32.55
%34.63

CMYK Percentages of Color #edebfa

%5
%6
%0
%2

Triadic Colors of #edebfa

#edebfa #faedeb #ebfaed

Analogous Colors of #edebfa

#edebfa #f5ebfa #ebf1fa

Monochromatic Colors of #edebfa

#edebfa

Complementary Color

#edebfa #f8faeb

#edebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebfa Color CSS Codes

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

#edebfa Text Font Color

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

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


#edebfa Background Color

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

This div background color is #edebfa


#edebfa Border Color

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

This div border color is #edebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebfa

Related Colors


Comments

No comments written yet.

Please login to write comment.