Color Hex Logo

#eda4b8 Color Hex

#EDA4B8
(237,164,184)
0 Favorites   0 Comments

Color spaces of #eda4b8

RGB 237164184
HSL0.950.670.79
HSV344°31°93°
CMYK 0.000.310.22   0.07
XYZ56.852248.016151.6190
Yxy48.01610.36330.3068
Hunter Lab69.293725.18704.3386
CIE-Lab74.835129.75150.6642

#eda4b8 color RGB value is (237,164,184).

#eda4b8 hex color red value is 237, green value is 164 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #eda4b8 hue: 0.95 , saturation: 0.67 and the lightness value of eda4b8 is 0.79.

The process color (four color CMYK) of #eda4b8 color hex is 0.00, 0.31, 0.22, 0.07. Web safe color of #eda4b8 is #ff99cc. Color #eda4b8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100100 10111000
Octal 355 244 270
Decimal 237 164 184
Hex ED A4 B8

RGB Percentages of Color #eda4b8

%40.51
%28.03
%31.45

CMYK Percentages of Color #eda4b8

%0
%31
%22
%7

Triadic Colors of #eda4b8

#eda4b8 #b8eda4 #a4b8ed

Analogous Colors of #eda4b8

#eda4b8 #edb5a4 #eda4dd

Monochromatic Colors of #eda4b8

#eda4b8

Complementary Color

#eda4b8 #a4edd9

#eda4b8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda4b8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda4b8 Color CSS Codes

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

#eda4b8 Text Font Color

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

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


#eda4b8 Background Color

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

This div background color is #eda4b8


#eda4b8 Border Color

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

This div border color is #eda4b8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda4b8


Comments

No comments written yet.

Please login to write comment.