Color Hex Logo

#ebce7a Color Hex

#EBCE7A
(235,206,122)
0 Favorites   0 Comments

Color spaces of #ebce7a

RGB 235206122
HSL0.120.740.70
HSV45°48°92°
CMYK 0.000.120.48   0.08
XYZ59.845163.209927.4589
Yxy63.20990.39760.4200
Hunter Lab79.5047-4.771835.1760
CIE-Lab83.5527-0.557945.2841

#ebce7a color RGB value is (235,206,122).

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

The process color (four color CMYK) of #ebce7a color hex is 0.00, 0.12, 0.48, 0.08. Web safe color of #ebce7a is #ffcc66. Color #ebce7a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 01111010
Octal 353 316 172
Decimal 235 206 122
Hex EB CE 7A

RGB Percentages of Color #ebce7a

%41.74
%36.59
%21.67

CMYK Percentages of Color #ebce7a

%0
%12
%48
%8

Triadic Colors of #ebce7a

#ebce7a #7aebce #ce7aeb

Analogous Colors of #ebce7a

#ebce7a #d0eb7a #eb967a

Monochromatic Colors of #ebce7a

#ebce7a

Complementary Color

#ebce7a #7a97eb

#ebce7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebce7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebce7a Color CSS Codes

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

#ebce7a Text Font Color

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

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


#ebce7a Background Color

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

This div background color is #ebce7a


#ebce7a Border Color

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

This div border color is #ebce7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebce7a


Comments

No comments written yet.

Please login to write comment.