Color Hex Logo

#edaeb4 Color Hex

#EDAEB4
(237,174,180)
0 Favorites   0 Comments

Color spaces of #edaeb4

RGB 237174180
HSL0.980.640.81
HSV354°27°93°
CMYK 0.000.270.24   0.07
XYZ58.299351.571950.0617
Yxy51.57190.36450.3225
Hunter Lab71.813619.23518.9381
CIE-Lab77.024123.86046.0228

#edaeb4 color RGB value is (237,174,180).

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

The process color (four color CMYK) of #edaeb4 color hex is 0.00, 0.27, 0.24, 0.07. Web safe color of #edaeb4 is #ff99cc. Color #edaeb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 10110100
Octal 355 256 264
Decimal 237 174 180
Hex ED AE B4

RGB Percentages of Color #edaeb4

%40.10
%29.44
%30.46

CMYK Percentages of Color #edaeb4

%0
%27
%24
%7

Triadic Colors of #edaeb4

#edaeb4 #b4edae #aeb4ed

Analogous Colors of #edaeb4

#edaeb4 #edc8ae #edaed4

Monochromatic Colors of #edaeb4

#edaeb4

Complementary Color

#edaeb4 #aeede7

#edaeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaeb4 Color CSS Codes

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

#edaeb4 Text Font Color

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

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


#edaeb4 Background Color

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

This div background color is #edaeb4


#edaeb4 Border Color

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

This div border color is #edaeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaeb4


Comments

No comments written yet.

Please login to write comment.