Color Hex Logo

#ebed61 Color Hex

#EBED61
(235,237,97)
0 Favorites   0 Comments

Color spaces of #ebed61

RGB 23523797
HSL0.170.800.65
HSV61°59°93°
CMYK 0.010.000.59   0.07
XYZ66.702879.093623.0602
Yxy79.09360.39500.4684
Hunter Lab88.9346-21.756846.8807
CIE-Lab91.2766-18.069765.7447

#ebed61 color RGB value is (235,237,97).

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

The process color (four color CMYK) of #ebed61 color hex is 0.01, 0.00, 0.59, 0.07. Web safe color of #ebed61 is #ffff66. Color #ebed61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 01100001
Octal 353 355 141
Decimal 235 237 97
Hex EB ED 61

RGB Percentages of Color #ebed61

%41.30
%41.65
%17.05

CMYK Percentages of Color #ebed61

%1
%0
%59
%7

Triadic Colors of #ebed61

#ebed61 #61ebed #ed61eb

Analogous Colors of #ebed61

#ebed61 #a5ed61 #eda961

Monochromatic Colors of #ebed61

#ebed61

Complementary Color

#ebed61 #6361ed

#ebed61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebed61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebed61 Color CSS Codes

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

#ebed61 Text Font Color

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

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


#ebed61 Background Color

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

This div background color is #ebed61


#ebed61 Border Color

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

This div border color is #ebed61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebed61


Comments

No comments written yet.

Please login to write comment.