Color Hex Logo

#ebbbae Color Hex

#EBBBAE
(235,187,174)
0 Favorites   0 Comments

Color spaces of #ebbbae

RGB 235187174
HSL0.040.600.80
HSV13°26°92°
CMYK 0.000.200.26   0.08
XYZ59.671356.258847.7584
Yxy56.25880.36450.3437
Hunter Lab75.005910.746314.7525
CIE-Lab79.760915.370913.1459

#ebbbae color RGB value is (235,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 10101110
Octal 353 273 256
Decimal 235 187 174
Hex EB BB AE

RGB Percentages of Color #ebbbae

%39.43
%31.38
%29.19

CMYK Percentages of Color #ebbbae

%0
%20
%26
%8

Triadic Colors of #ebbbae

#ebbbae #aeebbb #bbaeeb

Analogous Colors of #ebbbae

#ebbbae #ebdaae #ebaec0

Monochromatic Colors of #ebbbae

#ebbbae

Complementary Color

#ebbbae #aedeeb

#ebbbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbbae Color CSS Codes

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

#ebbbae Text Font Color

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

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


#ebbbae Background Color

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

This div background color is #ebbbae


#ebbbae Border Color

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

This div border color is #ebbbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbbae


Comments

No comments written yet.

Please login to write comment.