Color Hex Logo

#ebe90e Color Hex

#EBE90E
(235,233,14)
0 Favorites   0 Comments

Color spaces of #ebe90e

RGB 23523314
HSL0.170.890.49
HSV59°94°92°
CMYK 0.000.010.94   0.08
XYZ63.479175.971711.7338
Yxy75.97170.41990.5025
Hunter Lab87.1617-22.533153.0315
CIE-Lab89.8462-19.180687.3185

#ebe90e color RGB value is (235,233,14).

#ebe90e hex color red value is 235, green value is 233 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ebe90e hue: 0.17 , saturation: 0.89 and the lightness value of ebe90e is 0.49.

The process color (four color CMYK) of #ebe90e color hex is 0.00, 0.01, 0.94, 0.08. Web safe color of #ebe90e is #ffff00. Color #ebe90e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101001 00001110
Octal 353 351 16
Decimal 235 233 14
Hex EB E9 E

RGB Percentages of Color #ebe90e

%48.76
%48.34
%2.90

CMYK Percentages of Color #ebe90e

%0
%1
%94
%8

Triadic Colors of #ebe90e

#ebe90e #0eebe9 #e90eeb

Analogous Colors of #ebe90e

#ebe90e #7feb0e #eb7b0e

Monochromatic Colors of #ebe90e

#ebe90e

Complementary Color

#ebe90e #0e10eb

#ebe90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe90e Color CSS Codes

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

#ebe90e Text Font Color

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

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


#ebe90e Background Color

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

This div background color is #ebe90e


#ebe90e Border Color

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

This div border color is #ebe90e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe90e


Comments

No comments written yet.

Please login to write comment.