Color Hex Logo

#ebe664 Color Hex

#EBE664
(235,230,100)
0 Favorites   0 Comments

Color spaces of #ebe664

RGB 235230100
HSL0.160.770.66
HSV58°57°92°
CMYK 0.000.020.57   0.08
XYZ64.858075.175923.1486
Yxy75.17590.39750.4607
Hunter Lab86.7040-18.207144.8633
CIE-Lab89.4753-14.440162.4868

#ebe664 color RGB value is (235,230,100).

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

The process color (four color CMYK) of #ebe664 color hex is 0.00, 0.02, 0.57, 0.08. Web safe color of #ebe664 is #ffff66. Color #ebe664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100110 01100100
Octal 353 346 144
Decimal 235 230 100
Hex EB E6 64

RGB Percentages of Color #ebe664

%41.59
%40.71
%17.70

CMYK Percentages of Color #ebe664

%0
%2
%57
%8

Triadic Colors of #ebe664

#ebe664 #64ebe6 #e664eb

Analogous Colors of #ebe664

#ebe664 #adeb64 #eba364

Monochromatic Colors of #ebe664

#ebe664

Complementary Color

#ebe664 #6469eb

#ebe664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe664 Color CSS Codes

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

#ebe664 Text Font Color

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

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


#ebe664 Background Color

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

This div background color is #ebe664


#ebe664 Border Color

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

This div border color is #ebe664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe664


Comments

No comments written yet.

Please login to write comment.