Color Hex Logo

#eabed4 Color Hex

#EABED4
(234,190,212)
0 Favorites   0 Comments

Color spaces of #eabed4

RGB 234190212
HSL0.920.510.83
HSV330°19°92°
CMYK 0.000.190.09   0.08
XYZ64.228859.072870.3043
Yxy59.07280.33180.3051
Hunter Lab76.858814.6646-0.4326
CIE-Lab81.331619.2341-5.0507

#eabed4 color RGB value is (234,190,212).

#eabed4 hex color red value is 234, green value is 190 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #eabed4 hue: 0.92 , saturation: 0.51 and the lightness value of eabed4 is 0.83.

The process color (four color CMYK) of #eabed4 color hex is 0.00, 0.19, 0.09, 0.08. Web safe color of #eabed4 is #ffcccc. Color #eabed4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 11010100
Octal 352 276 324
Decimal 234 190 212
Hex EA BE D4

RGB Percentages of Color #eabed4

%36.79
%29.87
%33.33

CMYK Percentages of Color #eabed4

%0
%19
%9
%8

Triadic Colors of #eabed4

#eabed4 #d4eabe #bed4ea

Analogous Colors of #eabed4

#eabed4 #eabebe #eabeea

Monochromatic Colors of #eabed4

#eabed4

Complementary Color

#eabed4 #beead4

#eabed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabed4 Color CSS Codes

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

#eabed4 Text Font Color

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

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


#eabed4 Background Color

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

This div background color is #eabed4


#eabed4 Border Color

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

This div border color is #eabed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabed4


Comments

No comments written yet.

Please login to write comment.