Color Hex Logo

#ebcf8a Color Hex

#EBCF8A
(235,207,138)
0 Favorites   0 Comments

Color spaces of #ebcf8a

RGB 235207138
HSL0.120.710.73
HSV43°41°92°
CMYK 0.000.120.41   0.08
XYZ61.161264.122833.1982
Yxy64.12280.38590.4046
Hunter Lab80.0767-3.799131.4733
CIE-Lab84.02970.505037.8537

#ebcf8a color RGB value is (235,207,138).

#ebcf8a hex color red value is 235, green value is 207 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ebcf8a hue: 0.12 , saturation: 0.71 and the lightness value of ebcf8a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001111 10001010
Octal 353 317 212
Decimal 235 207 138
Hex EB CF 8A

RGB Percentages of Color #ebcf8a

%40.52
%35.69
%23.79

CMYK Percentages of Color #ebcf8a

%0
%12
%41
%8

Triadic Colors of #ebcf8a

#ebcf8a #8aebcf #cf8aeb

Analogous Colors of #ebcf8a

#ebcf8a #d7eb8a #eb9f8a

Monochromatic Colors of #ebcf8a

#ebcf8a

Complementary Color

#ebcf8a #8aa6eb

#ebcf8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcf8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcf8a Color CSS Codes

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

#ebcf8a Text Font Color

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

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


#ebcf8a Background Color

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

This div background color is #ebcf8a


#ebcf8a Border Color

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

This div border color is #ebcf8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcf8a


Comments

No comments written yet.

Please login to write comment.