Color Hex Logo

#ebcb79 Color Hex

#EBCB79
(235,203,121)
0 Favorites   0 Comments

Color spaces of #ebcb79

RGB 235203121
HSL0.120.740.70
HSV43°49°92°
CMYK 0.000.140.49   0.08
XYZ59.068161.754526.8958
Yxy61.75450.39990.4181
Hunter Lab78.5840-3.351634.7165
CIE-Lab82.78270.898344.8262

#ebcb79 color RGB value is (235,203,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 01111001
Octal 353 313 171
Decimal 235 203 121
Hex EB CB 79

RGB Percentages of Color #ebcb79

%42.04
%36.31
%21.65

CMYK Percentages of Color #ebcb79

%0
%14
%49
%8

Triadic Colors of #ebcb79

#ebcb79 #79ebcb #cb79eb

Analogous Colors of #ebcb79

#ebcb79 #d2eb79 #eb9279

Monochromatic Colors of #ebcb79

#ebcb79

Complementary Color

#ebcb79 #7999eb

#ebcb79 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb79 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb79 Color CSS Codes

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

#ebcb79 Text Font Color

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

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


#ebcb79 Background Color

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

This div background color is #ebcb79


#ebcb79 Border Color

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

This div border color is #ebcb79


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb79


Comments

No comments written yet.

Please login to write comment.