Color Hex Logo

#ebed07 Color Hex

#EBED07
(235,237,7)
0 Favorites   0 Comments

Color spaces of #ebed07

RGB 2352377
HSL0.170.940.48
HSV61°97°93°
CMYK 0.010.000.97   0.07
XYZ64.583578.245911.9001
Yxy78.24590.41740.5057
Hunter Lab88.4567-24.473953.9434
CIE-Lab90.8920-21.168388.6740

#ebed07 color RGB value is (235,237,7).

#ebed07 hex color red value is 235, green value is 237 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ebed07 hue: 0.17 , saturation: 0.94 and the lightness value of ebed07 is 0.48.

The process color (four color CMYK) of #ebed07 color hex is 0.01, 0.00, 0.97, 0.07. Web safe color of #ebed07 is #ffff00. Color #ebed07 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 00000111
Octal 353 355 7
Decimal 235 237 7
Hex EB ED 7

RGB Percentages of Color #ebed07

%49.06
%49.48
%1.46

CMYK Percentages of Color #ebed07

%1
%0
%97
%7

Triadic Colors of #ebed07

#ebed07 #07ebed #ed07eb

Analogous Colors of #ebed07

#ebed07 #78ed07 #ed7c07

Monochromatic Colors of #ebed07

#ebed07

Complementary Color

#ebed07 #0907ed

#ebed07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebed07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebed07 Color CSS Codes

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

#ebed07 Text Font Color

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

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


#ebed07 Background Color

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

This div background color is #ebed07


#ebed07 Border Color

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

This div border color is #ebed07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebed07


Comments

No comments written yet.

Please login to write comment.