Color Hex Logo

#ebbca1 Color Hex

#EBBCA1
(235,188,161)
0 Favorites   0 Comments

Color spaces of #ebbca1

RGB 235188161
HSL0.060.650.78
HSV22°31°92°
CMYK 0.000.200.31   0.08
XYZ58.677256.201841.4736
Yxy56.20180.37530.3595
Hunter Lab74.96798.517919.6772
CIE-Lab79.728513.119520.0717

#ebbca1 color RGB value is (235,188,161).

#ebbca1 hex color red value is 235, green value is 188 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #ebbca1 hue: 0.06 , saturation: 0.65 and the lightness value of ebbca1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 10100001
Octal 353 274 241
Decimal 235 188 161
Hex EB BC A1

RGB Percentages of Color #ebbca1

%40.24
%32.19
%27.57

CMYK Percentages of Color #ebbca1

%0
%20
%31
%8

Triadic Colors of #ebbca1

#ebbca1 #a1ebbc #bca1eb

Analogous Colors of #ebbca1

#ebbca1 #ebe1a1 #eba1ab

Monochromatic Colors of #ebbca1

#ebbca1

Complementary Color

#ebbca1 #a1d0eb

#ebbca1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbca1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbca1 Color CSS Codes

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

#ebbca1 Text Font Color

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

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


#ebbca1 Background Color

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

This div background color is #ebbca1


#ebbca1 Border Color

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

This div border color is #ebbca1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbca1


Comments

No comments written yet.

Please login to write comment.