Color Hex Logo

#ebaeaf Color Hex

#EBAEAF
(235,174,175)
0 Favorites   0 Comments

Color spaces of #ebaeaf

RGB 235174175
HSL1.000.600.80
HSV359°26°92°
CMYK 0.000.260.26   0.08
XYZ57.134951.029447.3958
Yxy51.02940.36730.3280
Hunter Lab71.434917.756510.6665
CIE-Lab76.696822.42398.2486

#ebaeaf color RGB value is (235,174,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 10101111
Octal 353 256 257
Decimal 235 174 175
Hex EB AE AF

RGB Percentages of Color #ebaeaf

%40.24
%29.79
%29.97

CMYK Percentages of Color #ebaeaf

%0
%26
%26
%8

Triadic Colors of #ebaeaf

#ebaeaf #afebae #aeafeb

Analogous Colors of #ebaeaf

#ebaeaf #ebccae #ebaece

Monochromatic Colors of #ebaeaf

#ebaeaf

Complementary Color

#ebaeaf #aeebea

#ebaeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaeaf Color CSS Codes

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

#ebaeaf Text Font Color

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

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


#ebaeaf Background Color

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

This div background color is #ebaeaf


#ebaeaf Border Color

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

This div border color is #ebaeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaeaf


Comments

No comments written yet.

Please login to write comment.