Color Hex Logo

#edaef8 Color Hex

#EDAEF8
(237,174,248)
0 Favorites   0 Comments

Color spaces of #edaef8

RGB 237174248
HSL0.810.840.83
HSV291°30°97°
CMYK 0.040.300.00   0.03
XYZ67.004455.053995.9019
Yxy55.05390.30740.2526
Hunter Lab74.198331.3464-24.6940
CIE-Lab79.072335.2038-27.7956

#edaef8 color RGB value is (237,174,248).

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

The process color (four color CMYK) of #edaef8 color hex is 0.04, 0.30, 0.00, 0.03. Web safe color of #edaef8 is #ff99ff. Color #edaef8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 11111000
Octal 355 256 370
Decimal 237 174 248
Hex ED AE F8

RGB Percentages of Color #edaef8

%35.96
%26.40
%37.63

CMYK Percentages of Color #edaef8

%4
%30
%0
%3

Triadic Colors of #edaef8

#edaef8 #f8edae #aef8ed

Analogous Colors of #edaef8

#edaef8 #f8aede #c8aef8

Monochromatic Colors of #edaef8

#edaef8

Complementary Color

#edaef8 #b9f8ae

#edaef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaef8 Color CSS Codes

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

#edaef8 Text Font Color

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

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


#edaef8 Background Color

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

This div background color is #edaef8


#edaef8 Border Color

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

This div border color is #edaef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaef8

Related Colors


Comments

No comments written yet.

Please login to write comment.