Color Hex Logo

#ebc666 Color Hex

#EBC666
(235,198,102)
0 Favorites   0 Comments

Color spaces of #ebc666

RGB 235198102
HSL0.120.770.66
HSV43°57°92°
CMYK 0.000.160.57   0.08
XYZ56.853359.009620.9639
Yxy59.00960.41550.4313
Hunter Lab76.8177-2.321937.5919
CIE-Lab81.29691.901752.2660

#ebc666 color RGB value is (235,198,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000110 01100110
Octal 353 306 146
Decimal 235 198 102
Hex EB C6 66

RGB Percentages of Color #ebc666

%43.93
%37.01
%19.07

CMYK Percentages of Color #ebc666

%0
%16
%57
%8

Triadic Colors of #ebc666

#ebc666 #66ebc6 #c666eb

Analogous Colors of #ebc666

#ebc666 #ceeb66 #eb8466

Monochromatic Colors of #ebc666

#ebc666

Complementary Color

#ebc666 #668beb

#ebc666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc666 Color CSS Codes

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

#ebc666 Text Font Color

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

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


#ebc666 Background Color

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

This div background color is #ebc666


#ebc666 Border Color

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

This div border color is #ebc666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc666


Comments

No comments written yet.

Please login to write comment.