Color Hex Logo

#ebe379 Color Hex

#EBE379
(235,227,121)
0 Favorites   0 Comments

Color spaces of #ebe379

RGB 235227121
HSL0.150.740.70
HSV56°49°92°
CMYK 0.000.030.49   0.08
XYZ65.181273.980828.9335
Yxy73.98080.38780.4401
Hunter Lab86.0121-15.251340.2640
CIE-Lab88.9134-11.288052.3041

#ebe379 color RGB value is (235,227,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100011 01111001
Octal 353 343 171
Decimal 235 227 121
Hex EB E3 79

RGB Percentages of Color #ebe379

%40.31
%38.94
%20.75

CMYK Percentages of Color #ebe379

%0
%3
%49
%8

Triadic Colors of #ebe379

#ebe379 #79ebe3 #e379eb

Analogous Colors of #ebe379

#ebe379 #baeb79 #ebaa79

Monochromatic Colors of #ebe379

#ebe379

Complementary Color

#ebe379 #7981eb

#ebe379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe379 Color CSS Codes

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

#ebe379 Text Font Color

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

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


#ebe379 Background Color

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

This div background color is #ebe379


#ebe379 Border Color

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

This div border color is #ebe379


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,227,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 #ebe379">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe379

#ebe379 Color Palettes


Comments

No comments written yet.

Please login to write comment.