Color Hex Logo

#ebcaac Color Hex

#EBCAAC
(235,202,172)
0 Favorites   0 Comments

Color spaces of #ebcaac

RGB 235202172
HSL0.080.610.80
HSV29°27°92°
CMYK 0.000.140.27   0.08
XYZ62.827962.881847.8557
Yxy62.88180.36200.3623
Hunter Lab79.29802.654119.7276
CIE-Lab83.38017.190719.2829

#ebcaac color RGB value is (235,202,172).

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

The process color (four color CMYK) of #ebcaac color hex is 0.00, 0.14, 0.27, 0.08. Web safe color of #ebcaac is #ffcc99. Color #ebcaac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001010 10101100
Octal 353 312 254
Decimal 235 202 172
Hex EB CA AC

RGB Percentages of Color #ebcaac

%38.59
%33.17
%28.24

CMYK Percentages of Color #ebcaac

%0
%14
%27
%8

Triadic Colors of #ebcaac

#ebcaac #acebca #caaceb

Analogous Colors of #ebcaac

#ebcaac #ebeaac #ebacae

Monochromatic Colors of #ebcaac

#ebcaac

Complementary Color

#ebcaac #accdeb

#ebcaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcaac Color CSS Codes

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

#ebcaac Text Font Color

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

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


#ebcaac Background Color

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

This div background color is #ebcaac


#ebcaac Border Color

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

This div border color is #ebcaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcaac


Comments

No comments written yet.

Please login to write comment.