Color Hex Logo

#ebea38 Color Hex

#EBEA38
(235,234,56)
0 Favorites   0 Comments

Color spaces of #ebea38

RGB 23523456
HSL0.170.820.57
HSV60°76°92°
CMYK 0.000.000.76   0.08
XYZ64.397676.793315.1699
Yxy76.79330.41190.4911
Hunter Lab87.6318-22.182151.0786
CIE-Lab90.2264-18.721579.4668

#ebea38 color RGB value is (235,234,56).

#ebea38 hex color red value is 235, green value is 234 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #ebea38 hue: 0.17 , saturation: 0.82 and the lightness value of ebea38 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 00111000
Octal 353 352 70
Decimal 235 234 56
Hex EB EA 38

RGB Percentages of Color #ebea38

%44.76
%44.57
%10.67

CMYK Percentages of Color #ebea38

%0
%0
%76
%8

Triadic Colors of #ebea38

#ebea38 #38ebea #ea38eb

Analogous Colors of #ebea38

#ebea38 #93eb38 #eb9138

Monochromatic Colors of #ebea38

#ebea38

Complementary Color

#ebea38 #3839eb

#ebea38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebea38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebea38 Color CSS Codes

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

#ebea38 Text Font Color

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

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


#ebea38 Background Color

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

This div background color is #ebea38


#ebea38 Border Color

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

This div border color is #ebea38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebea38


Comments

No comments written yet.

Please login to write comment.