Color Hex Logo

#ebe346 Color Hex

#EBE346
(235,227,70)
0 Favorites   0 Comments

Color spaces of #ebe346

RGB 23522770
HSL0.160.800.60
HSV57°70°92°
CMYK 0.000.030.70   0.08
XYZ62.835573.042516.5812
Yxy73.04250.41210.4791
Hunter Lab85.4649-18.326848.3225
CIE-Lab88.4680-14.722173.3146

#ebe346 color RGB value is (235,227,70).

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

The process color (four color CMYK) of #ebe346 color hex is 0.00, 0.03, 0.70, 0.08. Web safe color of #ebe346 is #ffcc33. Color #ebe346 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100011 01000110
Octal 353 343 106
Decimal 235 227 70
Hex EB E3 46

RGB Percentages of Color #ebe346

%44.17
%42.67
%13.16

CMYK Percentages of Color #ebe346

%0
%3
%70
%8

Triadic Colors of #ebe346

#ebe346 #46ebe3 #e346eb

Analogous Colors of #ebe346

#ebe346 #a1eb46 #eb9146

Monochromatic Colors of #ebe346

#ebe346

Complementary Color

#ebe346 #464eeb

#ebe346 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe346 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe346 Color CSS Codes

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

#ebe346 Text Font Color

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

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


#ebe346 Background Color

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

This div background color is #ebe346


#ebe346 Border Color

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

This div border color is #ebe346


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe346


Comments

No comments written yet.

Please login to write comment.