Color Hex Logo

#ebe466 Color Hex

#EBE466
(235,228,102)
0 Favorites   0 Comments

Color spaces of #ebe466

RGB 235228102
HSL0.160.770.66
HSV57°57°92°
CMYK 0.000.030.57   0.08
XYZ64.402674.108323.4803
Yxy74.10830.39760.4575
Hunter Lab86.0862-17.111844.0888
CIE-Lab88.9736-13.310461.0544

#ebe466 color RGB value is (235,228,102).

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

The process color (four color CMYK) of #ebe466 color hex is 0.00, 0.03, 0.57, 0.08. Web safe color of #ebe466 is #ffcc66. Color #ebe466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100100 01100110
Octal 353 344 146
Decimal 235 228 102
Hex EB E4 66

RGB Percentages of Color #ebe466

%41.59
%40.35
%18.05

CMYK Percentages of Color #ebe466

%0
%3
%57
%8

Triadic Colors of #ebe466

#ebe466 #66ebe4 #e466eb

Analogous Colors of #ebe466

#ebe466 #b0eb66 #eba266

Monochromatic Colors of #ebe466

#ebe466

Complementary Color

#ebe466 #666deb

#ebe466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe466 Color CSS Codes

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

#ebe466 Text Font Color

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

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


#ebe466 Background Color

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

This div background color is #ebe466


#ebe466 Border Color

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

This div border color is #ebe466


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,228,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 #ebe466">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe466


Comments

No comments written yet.

Please login to write comment.