Color Hex Logo

#ebb18d Color Hex

#EBB18D
(235,177,141)
0 Favorites   0 Comments

Color spaces of #ebb18d

RGB 235177141
HSL0.060.700.74
HSV23°40°92°
CMYK 0.000.250.40   0.08
XYZ54.790851.029532.1612
Yxy51.02950.39710.3698
Hunter Lab71.434911.898923.3111
CIE-Lab76.696916.572026.6274

#ebb18d color RGB value is (235,177,141).

#ebb18d hex color red value is 235, green value is 177 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ebb18d hue: 0.06 , saturation: 0.70 and the lightness value of ebb18d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110001 10001101
Octal 353 261 215
Decimal 235 177 141
Hex EB B1 8D

RGB Percentages of Color #ebb18d

%42.50
%32.01
%25.50

CMYK Percentages of Color #ebb18d

%0
%25
%40
%8

Triadic Colors of #ebb18d

#ebb18d #8debb1 #b18deb

Analogous Colors of #ebb18d

#ebb18d #ebe08d #eb8d98

Monochromatic Colors of #ebb18d

#ebb18d

Complementary Color

#ebb18d #8dc7eb

#ebb18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb18d Color CSS Codes

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

#ebb18d Text Font Color

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

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


#ebb18d Background Color

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

This div background color is #ebb18d


#ebb18d Border Color

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

This div border color is #ebb18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb18d


Comments

No comments written yet.

Please login to write comment.