Color Hex Logo

#ebae2f Color Hex

#EBAE2F
(235,174,47)
0 Favorites   0 Comments

Color spaces of #ebae2f

RGB 23517447
HSL0.110.820.55
HSV41°80°92°
CMYK 0.000.260.80   0.08
XYZ49.910148.13959.3506
Yxy48.13950.46470.4482
Hunter Lab69.38266.983640.5774
CIE-Lab74.912811.519668.5081

#ebae2f color RGB value is (235,174,47).

#ebae2f hex color red value is 235, green value is 174 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ebae2f hue: 0.11 , saturation: 0.82 and the lightness value of ebae2f is 0.55.

The process color (four color CMYK) of #ebae2f color hex is 0.00, 0.26, 0.80, 0.08. Web safe color of #ebae2f is #ff9933. Color #ebae2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 00101111
Octal 353 256 57
Decimal 235 174 47
Hex EB AE 2F

RGB Percentages of Color #ebae2f

%51.54
%38.16
%10.31

CMYK Percentages of Color #ebae2f

%0
%26
%80
%8

Triadic Colors of #ebae2f

#ebae2f #2febae #ae2feb

Analogous Colors of #ebae2f

#ebae2f #caeb2f #eb502f

Monochromatic Colors of #ebae2f

#ebae2f

Complementary Color

#ebae2f #2f6ceb

#ebae2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebae2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebae2f Color CSS Codes

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

#ebae2f Text Font Color

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

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


#ebae2f Background Color

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

This div background color is #ebae2f


#ebae2f Border Color

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

This div border color is #ebae2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebae2f


Comments

No comments written yet.

Please login to write comment.