Color Hex Logo

#ebd378 Color Hex

#EBD378
(235,211,120)
0 Favorites   0 Comments

Color spaces of #ebd378

RGB 235211120
HSL0.130.740.70
HSV47°49°92°
CMYK 0.000.100.49   0.08
XYZ60.945465.606827.2205
Yxy65.60680.39630.4266
Hunter Lab80.9980-7.437736.7734
CIE-Lab84.7955-3.304147.7935

#ebd378 color RGB value is (235,211,120).

#ebd378 hex color red value is 235, green value is 211 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #ebd378 hue: 0.13 , saturation: 0.74 and the lightness value of ebd378 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 01111000
Octal 353 323 170
Decimal 235 211 120
Hex EB D3 78

RGB Percentages of Color #ebd378

%41.52
%37.28
%21.20

CMYK Percentages of Color #ebd378

%0
%10
%49
%8

Triadic Colors of #ebd378

#ebd378 #78ebd3 #d378eb

Analogous Colors of #ebd378

#ebd378 #caeb78 #eb9a78

Monochromatic Colors of #ebd378

#ebd378

Complementary Color

#ebd378 #7890eb

#ebd378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd378 Color CSS Codes

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

#ebd378 Text Font Color

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

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


#ebd378 Background Color

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

This div background color is #ebd378


#ebd378 Border Color

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

This div border color is #ebd378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd378


Comments

No comments written yet.

Please login to write comment.