Color Hex Logo

#ebed66 Color Hex

#EBED66
(235,237,102)
0 Favorites   0 Comments

Color spaces of #ebed66

RGB 235237102
HSL0.170.790.66
HSV61°57°93°
CMYK 0.010.000.57   0.07
XYZ66.943479.189924.3272
Yxy79.18990.39270.4646
Hunter Lab88.9887-21.450346.0837
CIE-Lab91.3201-17.723763.6752

#ebed66 color RGB value is (235,237,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 01100110
Octal 353 355 146
Decimal 235 237 102
Hex EB ED 66

RGB Percentages of Color #ebed66

%40.94
%41.29
%17.77

CMYK Percentages of Color #ebed66

%1
%0
%57
%7

Triadic Colors of #ebed66

#ebed66 #66ebed #ed66eb

Analogous Colors of #ebed66

#ebed66 #a8ed66 #edac66

Monochromatic Colors of #ebed66

#ebed66

Complementary Color

#ebed66 #6866ed

#ebed66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebed66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebed66 Color CSS Codes

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

#ebed66 Text Font Color

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

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


#ebed66 Background Color

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

This div background color is #ebed66


#ebed66 Border Color

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

This div border color is #ebed66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebed66


Comments

No comments written yet.

Please login to write comment.