Color Hex Logo

#ebe06e Color Hex

#EBE06E
(235,224,110)
0 Favorites   0 Comments

Color spaces of #ebe06e

RGB 235224110
HSL0.150.760.68
HSV55°53°92°
CMYK 0.000.050.53   0.08
XYZ63.731172.099325.3094
Yxy72.09930.39550.4474
Hunter Lab84.9113-14.619741.7654
CIE-Lab88.0164-10.715856.3672

#ebe06e color RGB value is (235,224,110).

#ebe06e hex color red value is 235, green value is 224 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #ebe06e hue: 0.15 , saturation: 0.76 and the lightness value of ebe06e is 0.68.

The process color (four color CMYK) of #ebe06e color hex is 0.00, 0.05, 0.53, 0.08. Web safe color of #ebe06e is #ffcc66. Color #ebe06e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 01101110
Octal 353 340 156
Decimal 235 224 110
Hex EB E0 6E

RGB Percentages of Color #ebe06e

%41.30
%39.37
%19.33

CMYK Percentages of Color #ebe06e

%0
%5
%53
%8

Triadic Colors of #ebe06e

#ebe06e #6eebe0 #e06eeb

Analogous Colors of #ebe06e

#ebe06e #b8eb6e #eba26e

Monochromatic Colors of #ebe06e

#ebe06e

Complementary Color

#ebe06e #6e79eb

#ebe06e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe06e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe06e Color CSS Codes

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

#ebe06e Text Font Color

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

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


#ebe06e Background Color

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

This div background color is #ebe06e


#ebe06e Border Color

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

This div border color is #ebe06e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe06e


Comments

No comments written yet.

Please login to write comment.