Color Hex Logo

#ebcb6a Color Hex

#EBCB6A
(235,203,106)
0 Favorites   0 Comments

Color spaces of #ebcb6a

RGB 235203106
HSL0.130.760.67
HSV45°55°92°
CMYK 0.000.140.55   0.08
XYZ58.218461.414622.4214
Yxy61.41460.40980.4323
Hunter Lab78.3675-4.537237.8940
CIE-Lab82.6011-0.374951.8980

#ebcb6a color RGB value is (235,203,106).

#ebcb6a hex color red value is 235, green value is 203 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #ebcb6a hue: 0.13 , saturation: 0.76 and the lightness value of ebcb6a is 0.67.

The process color (four color CMYK) of #ebcb6a color hex is 0.00, 0.14, 0.55, 0.08. Web safe color of #ebcb6a is #ffcc66. Color #ebcb6a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 01101010
Octal 353 313 152
Decimal 235 203 106
Hex EB CB 6A

RGB Percentages of Color #ebcb6a

%43.20
%37.32
%19.49

CMYK Percentages of Color #ebcb6a

%0
%14
%55
%8

Triadic Colors of #ebcb6a

#ebcb6a #6aebcb #cb6aeb

Analogous Colors of #ebcb6a

#ebcb6a #cbeb6a #eb8b6a

Monochromatic Colors of #ebcb6a

#ebcb6a

Complementary Color

#ebcb6a #6a8aeb

#ebcb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb6a Color CSS Codes

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

#ebcb6a Text Font Color

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

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


#ebcb6a Background Color

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

This div background color is #ebcb6a


#ebcb6a Border Color

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

This div border color is #ebcb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb6a


Comments

No comments written yet.

Please login to write comment.