Color Hex Logo

#ebaebd Color Hex

#EBAEBD
(235,174,189)
0 Favorites   0 Comments

Color spaces of #ebaebd

RGB 235174189
HSL0.960.600.80
HSV345°26°92°
CMYK 0.000.260.20   0.08
XYZ58.582351.608455.0179
Yxy51.60840.35460.3124
Hunter Lab71.839019.84264.8800
CIE-Lab77.046124.45211.1259

#ebaebd color RGB value is (235,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 10111101
Octal 353 256 275
Decimal 235 174 189
Hex EB AE BD

RGB Percentages of Color #ebaebd

%39.30
%29.10
%31.61

CMYK Percentages of Color #ebaebd

%0
%26
%20
%8

Triadic Colors of #ebaebd

#ebaebd #bdebae #aebdeb

Analogous Colors of #ebaebd

#ebaebd #ebbeae #ebaedc

Monochromatic Colors of #ebaebd

#ebaebd

Complementary Color

#ebaebd #aeebdc

#ebaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaebd Color CSS Codes

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

#ebaebd Text Font Color

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

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


#ebaebd Background Color

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

This div background color is #ebaebd


#ebaebd Border Color

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

This div border color is #ebaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaebd


Comments

No comments written yet.

Please login to write comment.