Color Hex Logo

#ebadae Color Hex

#EBADAE
(235,173,174)
0 Favorites   0 Comments

Color spaces of #ebadae

RGB 235173174
HSL1.000.610.80
HSV359°26°92°
CMYK 0.000.260.26   0.08
XYZ56.844550.605346.8162
Yxy50.60530.36850.3280
Hunter Lab71.137418.145410.7769
CIE-Lab76.439322.81788.4250

#ebadae color RGB value is (235,173,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101101 10101110
Octal 353 255 256
Decimal 235 173 174
Hex EB AD AE

RGB Percentages of Color #ebadae

%40.38
%29.73
%29.90

CMYK Percentages of Color #ebadae

%0
%26
%26
%8

Triadic Colors of #ebadae

#ebadae #aeebad #adaeeb

Analogous Colors of #ebadae

#ebadae #ebcbad #ebadcd

Monochromatic Colors of #ebadae

#ebadae

Complementary Color

#ebadae #adebea

#ebadae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebadae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebadae Color CSS Codes

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

#ebadae Text Font Color

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

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


#ebadae Background Color

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

This div background color is #ebadae


#ebadae Border Color

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

This div border color is #ebadae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebadae


Comments

No comments written yet.

Please login to write comment.