Color Hex Logo

#ebadac Color Hex

#EBADAC
(235,173,172)
0 Favorites   0 Comments

Color spaces of #ebadac

RGB 235173172
HSL0.000.610.80
HSV27°92°
CMYK 0.000.260.27   0.08
XYZ56.650950.527945.7968
Yxy50.52790.37030.3303
Hunter Lab71.083017.863711.5592
CIE-Lab76.392122.54229.4474

#ebadac color RGB value is (235,173,172).

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

The process color (four color CMYK) of #ebadac color hex is 0.00, 0.26, 0.27, 0.08. Web safe color of #ebadac is #ff9999. Color #ebadac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 10101100
Octal 353 255 254
Decimal 235 173 172
Hex EB AD AC

RGB Percentages of Color #ebadac

%40.52
%29.83
%29.66

CMYK Percentages of Color #ebadac

%0
%26
%27
%8

Triadic Colors of #ebadac

#ebadac #acebad #adaceb

Analogous Colors of #ebadac

#ebadac #ebcdac #ebaccb

Monochromatic Colors of #ebadac

#ebadac

Complementary Color

#ebadac #aceaeb

#ebadac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebadac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebadac Color CSS Codes

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

#ebadac Text Font Color

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

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


#ebadac Background Color

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

This div background color is #ebadac


#ebadac Border Color

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

This div border color is #ebadac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebadac


Comments

No comments written yet.

Please login to write comment.