Color Hex Logo

#ebcf9e Color Hex

#EBCF9E
(235,207,158)
0 Favorites   0 Comments

Color spaces of #ebcf9e

RGB 235207158
HSL0.110.660.77
HSV38°33°92°
CMYK 0.000.120.33   0.08
XYZ62.745364.756441.5400
Yxy64.75640.37120.3831
Hunter Lab80.4714-1.644525.7240
CIE-Lab84.35812.784627.9763

#ebcf9e color RGB value is (235,207,158).

#ebcf9e hex color red value is 235, green value is 207 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ebcf9e hue: 0.11 , saturation: 0.66 and the lightness value of ebcf9e is 0.77.

The process color (four color CMYK) of #ebcf9e color hex is 0.00, 0.12, 0.33, 0.08. Web safe color of #ebcf9e is #ffcc99. Color #ebcf9e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 10011110
Octal 353 317 236
Decimal 235 207 158
Hex EB CF 9E

RGB Percentages of Color #ebcf9e

%39.17
%34.50
%26.33

CMYK Percentages of Color #ebcf9e

%0
%12
%33
%8

Triadic Colors of #ebcf9e

#ebcf9e #9eebcf #cf9eeb

Analogous Colors of #ebcf9e

#ebcf9e #e1eb9e #eba99e

Monochromatic Colors of #ebcf9e

#ebcf9e

Complementary Color

#ebcf9e #9ebaeb

#ebcf9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcf9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcf9e Color CSS Codes

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

#ebcf9e Text Font Color

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

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


#ebcf9e Background Color

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

This div background color is #ebcf9e


#ebcf9e Border Color

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

This div border color is #ebcf9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcf9e


Comments

No comments written yet.

Please login to write comment.