Color Hex Logo

#ebc661 Color Hex

#EBC661
(235,198,97)
0 Favorites   0 Comments

Color spaces of #ebc661

RGB 23519897
HSL0.120.780.65
HSV44°59°92°
CMYK 0.000.160.59   0.08
XYZ56.612758.913419.6969
Yxy58.91340.41870.4357
Hunter Lab76.7551-2.664038.5135
CIE-Lab81.24401.534654.5499

#ebc661 color RGB value is (235,198,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000110 01100001
Octal 353 306 141
Decimal 235 198 97
Hex EB C6 61

RGB Percentages of Color #ebc661

%44.34
%37.36
%18.30

CMYK Percentages of Color #ebc661

%0
%16
%59
%8

Triadic Colors of #ebc661

#ebc661 #61ebc6 #c661eb

Analogous Colors of #ebc661

#ebc661 #cbeb61 #eb8161

Monochromatic Colors of #ebc661

#ebc661

Complementary Color

#ebc661 #6186eb

#ebc661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc661 Color CSS Codes

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

#ebc661 Text Font Color

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

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


#ebc661 Background Color

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

This div background color is #ebc661


#ebc661 Border Color

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

This div border color is #ebc661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc661


Comments

No comments written yet.

Please login to write comment.