Color Hex Logo

#edafbe Color Hex

#EDAFBE
(237,175,190)
0 Favorites   0 Comments

Color spaces of #edafbe

RGB 237175190
HSL0.960.630.81
HSV345°26°93°
CMYK 0.000.260.20   0.07
XYZ59.549352.382255.6874
Yxy52.38220.35530.3125
Hunter Lab72.375520.20945.0438
CIE-Lab77.508824.78611.2802

#edafbe color RGB value is (237,175,190).

#edafbe hex color red value is 237, green value is 175 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #edafbe hue: 0.96 , saturation: 0.63 and the lightness value of edafbe is 0.81.

The process color (four color CMYK) of #edafbe color hex is 0.00, 0.26, 0.20, 0.07. Web safe color of #edafbe is #ff99cc. Color #edafbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 10111110
Octal 355 257 276
Decimal 237 175 190
Hex ED AF BE

RGB Percentages of Color #edafbe

%39.37
%29.07
%31.56

CMYK Percentages of Color #edafbe

%0
%26
%20
%7

Triadic Colors of #edafbe

#edafbe #beedaf #afbeed

Analogous Colors of #edafbe

#edafbe #edbfaf #edafdd

Monochromatic Colors of #edafbe

#edafbe

Complementary Color

#edafbe #afedde

#edafbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edafbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#edafbe Color CSS Codes

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

#edafbe Text Font Color

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

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


#edafbe Background Color

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

This div background color is #edafbe


#edafbe Border Color

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

This div border color is #edafbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edafbe


Comments

No comments written yet.

Please login to write comment.