Color Hex Logo

#ebe36a Color Hex

#EBE36A
(235,227,106)
0 Favorites   0 Comments

Color spaces of #ebe36a

RGB 235227106
HSL0.160.760.67
HSV56°55°92°
CMYK 0.000.030.55   0.08
XYZ64.331673.640924.4592
Yxy73.64090.39610.4534
Hunter Lab85.8143-16.360543.1709
CIE-Lab88.7525-12.518559.0291

#ebe36a color RGB value is (235,227,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100011 01101010
Octal 353 343 152
Decimal 235 227 106
Hex EB E3 6A

RGB Percentages of Color #ebe36a

%41.37
%39.96
%18.66

CMYK Percentages of Color #ebe36a

%0
%3
%55
%8

Triadic Colors of #ebe36a

#ebe36a #6aebe3 #e36aeb

Analogous Colors of #ebe36a

#ebe36a #b3eb6a #eba36a

Monochromatic Colors of #ebe36a

#ebe36a

Complementary Color

#ebe36a #6a72eb

#ebe36a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe36a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe36a Color CSS Codes

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

#ebe36a Text Font Color

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

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


#ebe36a Background Color

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

This div background color is #ebe36a


#ebe36a Border Color

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

This div border color is #ebe36a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe36a


Comments

No comments written yet.

Please login to write comment.