Color Hex Logo

#ebcb78 Color Hex

#EBCB78
(235,203,120)
0 Favorites   0 Comments

Color spaces of #ebcb78

RGB 235203120
HSL0.120.740.70
HSV43°49°92°
CMYK 0.000.140.49   0.08
XYZ59.007161.730126.5744
Yxy61.73010.40060.4190
Hunter Lab78.5685-3.436534.9442
CIE-Lab82.76970.807545.3057

#ebcb78 color RGB value is (235,203,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 01111000
Octal 353 313 170
Decimal 235 203 120
Hex EB CB 78

RGB Percentages of Color #ebcb78

%42.11
%36.38
%21.51

CMYK Percentages of Color #ebcb78

%0
%14
%49
%8

Triadic Colors of #ebcb78

#ebcb78 #78ebcb #cb78eb

Analogous Colors of #ebcb78

#ebcb78 #d2eb78 #eb9278

Monochromatic Colors of #ebcb78

#ebcb78

Complementary Color

#ebcb78 #7898eb

#ebcb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb78 Color CSS Codes

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

#ebcb78 Text Font Color

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

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


#ebcb78 Background Color

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

This div background color is #ebcb78


#ebcb78 Border Color

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

This div border color is #ebcb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb78


Comments

No comments written yet.

Please login to write comment.