Color Hex Logo

#ebe71e Color Hex

#EBE71E
(235,231,30)
0 Favorites   0 Comments

Color spaces of #ebe71e

RGB 23523130
HSL0.160.840.52
HSV59°87°92°
CMYK 0.000.020.87   0.08
XYZ63.071274.907712.3627
Yxy74.90770.41950.4982
Hunter Lab86.5492-21.382552.1155
CIE-Lab89.3497-17.978884.7916

#ebe71e color RGB value is (235,231,30).

#ebe71e hex color red value is 235, green value is 231 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ebe71e hue: 0.16 , saturation: 0.84 and the lightness value of ebe71e is 0.52.

The process color (four color CMYK) of #ebe71e color hex is 0.00, 0.02, 0.87, 0.08. Web safe color of #ebe71e is #ffff33. Color #ebe71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100111 00011110
Octal 353 347 36
Decimal 235 231 30
Hex EB E7 1E

RGB Percentages of Color #ebe71e

%47.38
%46.57
%6.05

CMYK Percentages of Color #ebe71e

%0
%2
%87
%8

Triadic Colors of #ebe71e

#ebe71e #1eebe7 #e71eeb

Analogous Colors of #ebe71e

#ebe71e #89eb1e #eb811e

Monochromatic Colors of #ebe71e

#ebe71e

Complementary Color

#ebe71e #1e22eb

#ebe71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe71e Color CSS Codes

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

#ebe71e Text Font Color

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

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


#ebe71e Background Color

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

This div background color is #ebe71e


#ebe71e Border Color

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

This div border color is #ebe71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe71e


Comments

No comments written yet.

Please login to write comment.