Color Hex Logo

#ebaded Color Hex

#EBADED
(235,173,237)
0 Favorites   0 Comments

Color spaces of #ebaded

RGB 235173237
HSL0.830.640.80
HSV298°27°93°
CMYK 0.010.270.00   0.07
XYZ64.490653.663787.0799
Yxy53.66370.31420.2615
Hunter Lab73.255528.9456-19.2000
CIE-Lab78.265233.0465-23.1185

#ebaded color RGB value is (235,173,237).

#ebaded hex color red value is 235, green value is 173 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ebaded hue: 0.83 , saturation: 0.64 and the lightness value of ebaded is 0.80.

The process color (four color CMYK) of #ebaded color hex is 0.01, 0.27, 0.00, 0.07. Web safe color of #ebaded is #ff99ff. Color #ebaded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 11101101
Octal 353 255 355
Decimal 235 173 237
Hex EB AD ED

RGB Percentages of Color #ebaded

%36.43
%26.82
%36.74

CMYK Percentages of Color #ebaded

%1
%27
%0
%7

Triadic Colors of #ebaded

#ebaded #edebad #adedeb

Analogous Colors of #ebaded

#ebaded #edadcf #cbaded

Monochromatic Colors of #ebaded

#ebaded

Complementary Color

#ebaded #afedad

#ebaded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaded Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaded Color CSS Codes

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

#ebaded Text Font Color

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

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


#ebaded Background Color

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

This div background color is #ebaded


#ebaded Border Color

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

This div border color is #ebaded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaded


Comments

No comments written yet.

Please login to write comment.