Color Hex Logo

#ebb45e Color Hex

#EBB45E
(235,180,94)
0 Favorites   0 Comments

Color spaces of #ebb45e

RGB 23518094
HSL0.100.780.65
HSV37°60°92°
CMYK 0.000.230.60   0.08
XYZ52.602651.112817.6830
Yxy51.11280.43330.4210
Hunter Lab71.49326.221935.3806
CIE-Lab76.747310.739650.7914

#ebb45e color RGB value is (235,180,94).

#ebb45e hex color red value is 235, green value is 180 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #ebb45e hue: 0.10 , saturation: 0.78 and the lightness value of ebb45e is 0.65.

The process color (four color CMYK) of #ebb45e color hex is 0.00, 0.23, 0.60, 0.08. Web safe color of #ebb45e is #ffcc66. Color #ebb45e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 01011110
Octal 353 264 136
Decimal 235 180 94
Hex EB B4 5E

RGB Percentages of Color #ebb45e

%46.17
%35.36
%18.47

CMYK Percentages of Color #ebb45e

%0
%23
%60
%8

Triadic Colors of #ebb45e

#ebb45e #5eebb4 #b45eeb

Analogous Colors of #ebb45e

#ebb45e #dceb5e #eb6e5e

Monochromatic Colors of #ebb45e

#ebb45e

Complementary Color

#ebb45e #5e95eb

#ebb45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb45e Color CSS Codes

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

#ebb45e Text Font Color

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

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


#ebb45e Background Color

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

This div background color is #ebb45e


#ebb45e Border Color

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

This div border color is #ebb45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb45e


Comments

No comments written yet.

Please login to write comment.