Color Hex Logo

#ebafae Color Hex

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

Color spaces of #ebafae

RGB 235175174
HSL0.000.600.80
HSV26°92°
CMYK 0.000.260.26   0.08
XYZ57.230951.378146.9450
Yxy51.37810.36790.3303
Hunter Lab71.678517.083911.3437
CIE-Lab76.907521.75219.0939

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

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

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

Base Numbers

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

RGB Percentages of Color #ebafae

%40.24
%29.97
%29.79

CMYK Percentages of Color #ebafae

%0
%26
%26
%8

Triadic Colors of #ebafae

#ebafae #aeebaf #afaeeb

Analogous Colors of #ebafae

#ebafae #ebceae #ebaecc

Monochromatic Colors of #ebafae

#ebafae

Complementary Color

#ebafae #aeeaeb

#ebafae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebafae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebafae Color CSS Codes

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

#ebafae Text Font Color

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

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


#ebafae Background Color

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

This div background color is #ebafae


#ebafae Border Color

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

This div border color is #ebafae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,175,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 #ebafae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebafae


Comments

No comments written yet.

Please login to write comment.