Color Hex Logo

#eabede Color Hex

#EABEDE
(234,190,222)
0 Favorites   0 Comments

Color spaces of #eabede

RGB 234190222
HSL0.880.510.83
HSV316°19°92°
CMYK 0.000.190.05   0.08
XYZ65.530059.593377.1561
Yxy59.59330.32400.2946
Hunter Lab77.196716.4292-5.2211
CIE-Lab81.616620.9487-10.0018

#eabede color RGB value is (234,190,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 11011110
Octal 352 276 336
Decimal 234 190 222
Hex EA BE DE

RGB Percentages of Color #eabede

%36.22
%29.41
%34.37

CMYK Percentages of Color #eabede

%0
%19
%5
%8

Triadic Colors of #eabede

#eabede #deeabe #bedeea

Analogous Colors of #eabede

#eabede #eabec8 #e0beea

Monochromatic Colors of #eabede

#eabede

Complementary Color

#eabede #beeaca

#eabede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabede Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabede Color CSS Codes

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

#eabede Text Font Color

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

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


#eabede Background Color

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

This div background color is #eabede


#eabede Border Color

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

This div border color is #eabede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabede


Comments

No comments written yet.

Please login to write comment.