Color Hex Logo

#ebe378 Color Hex

#EBE378
(235,227,120)
0 Favorites   0 Comments

Color spaces of #ebe378

RGB 235227120
HSL0.160.740.70
HSV56°49°92°
CMYK 0.000.030.49   0.08
XYZ65.120273.956428.6121
Yxy73.95640.38830.4410
Hunter Lab85.9979-15.330840.4723
CIE-Lab88.9019-11.375952.7621

#ebe378 color RGB value is (235,227,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100011 01111000
Octal 353 343 170
Decimal 235 227 120
Hex EB E3 78

RGB Percentages of Color #ebe378

%40.38
%39.00
%20.62

CMYK Percentages of Color #ebe378

%0
%3
%49
%8

Triadic Colors of #ebe378

#ebe378 #78ebe3 #e378eb

Analogous Colors of #ebe378

#ebe378 #baeb78 #ebaa78

Monochromatic Colors of #ebe378

#ebe378

Complementary Color

#ebe378 #7880eb

#ebe378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe378 Color CSS Codes

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

#ebe378 Text Font Color

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

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


#ebe378 Background Color

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

This div background color is #ebe378


#ebe378 Border Color

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

This div border color is #ebe378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe378


Comments

No comments written yet.

Please login to write comment.