Color Hex Logo

#ebe680 Color Hex

#EBE680
(235,230,128)
0 Favorites   0 Comments

Color spaces of #ebe680

RGB 235230128
HSL0.160.730.71
HSV57°46°92°
CMYK 0.000.020.46   0.08
XYZ66.454075.814331.5532
Yxy75.81430.38230.4362
Hunter Lab87.0714-16.141539.4643
CIE-Lab89.7731-12.141950.0172

#ebe680 color RGB value is (235,230,128).

#ebe680 hex color red value is 235, green value is 230 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ebe680 hue: 0.16 , saturation: 0.73 and the lightness value of ebe680 is 0.71.

The process color (four color CMYK) of #ebe680 color hex is 0.00, 0.02, 0.46, 0.08. Web safe color of #ebe680 is #ffff99. Color #ebe680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100110 10000000
Octal 353 346 200
Decimal 235 230 128
Hex EB E6 80

RGB Percentages of Color #ebe680

%39.63
%38.79
%21.59

CMYK Percentages of Color #ebe680

%0
%2
%46
%8

Triadic Colors of #ebe680

#ebe680 #80ebe6 #e680eb

Analogous Colors of #ebe680

#ebe680 #bbeb80 #ebb180

Monochromatic Colors of #ebe680

#ebe680

Complementary Color

#ebe680 #8085eb

#ebe680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe680 Color CSS Codes

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

#ebe680 Text Font Color

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

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


#ebe680 Background Color

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

This div background color is #ebe680


#ebe680 Border Color

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

This div border color is #ebe680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe680


Comments

No comments written yet.

Please login to write comment.