Color Hex Logo

#ebd361 Color Hex

#EBD361
(235,211,97)
0 Favorites   0 Comments

Color spaces of #ebd361

RGB 23521197
HSL0.140.780.65
HSV50°59°92°
CMYK 0.000.100.59   0.08
XYZ59.712965.113820.7303
Yxy65.11380.41020.4473
Hunter Lab80.6931-9.123041.2534
CIE-Lab84.5423-5.139458.2922

#ebd361 color RGB value is (235,211,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 01100001
Octal 353 323 141
Decimal 235 211 97
Hex EB D3 61

RGB Percentages of Color #ebd361

%43.28
%38.86
%17.86

CMYK Percentages of Color #ebd361

%0
%10
%59
%8

Triadic Colors of #ebd361

#ebd361 #61ebd3 #d361eb

Analogous Colors of #ebd361

#ebd361 #beeb61 #eb8e61

Monochromatic Colors of #ebd361

#ebd361

Complementary Color

#ebd361 #6179eb

#ebd361 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd361 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd361 Color CSS Codes

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

#ebd361 Text Font Color

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

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


#ebd361 Background Color

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

This div background color is #ebd361


#ebd361 Border Color

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

This div border color is #ebd361


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd361


Comments

No comments written yet.

Please login to write comment.