Color Hex Logo

#ebb278 Color Hex

#EBB278
(235,178,120)
0 Favorites   0 Comments

Color spaces of #ebb278

RGB 235178120
HSL0.080.740.70
HSV30°49°92°
CMYK 0.000.240.49   0.08
XYZ53.571550.859024.7625
Yxy50.85900.41470.3937
Hunter Lab71.31559.285329.3339
CIE-Lab76.593513.907537.5649

#ebb278 color RGB value is (235,178,120).

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

The process color (four color CMYK) of #ebb278 color hex is 0.00, 0.24, 0.49, 0.08. Web safe color of #ebb278 is #ff9966. Color #ebb278 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 01111000
Octal 353 262 170
Decimal 235 178 120
Hex EB B2 78

RGB Percentages of Color #ebb278

%44.09
%33.40
%22.51

CMYK Percentages of Color #ebb278

%0
%24
%49
%8

Triadic Colors of #ebb278

#ebb278 #78ebb2 #b278eb

Analogous Colors of #ebb278

#ebb278 #ebeb78 #eb7978

Monochromatic Colors of #ebb278

#ebb278

Complementary Color

#ebb278 #78b1eb

#ebb278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb278 Color CSS Codes

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

#ebb278 Text Font Color

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

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


#ebb278 Background Color

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

This div background color is #ebb278


#ebb278 Border Color

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

This div border color is #ebb278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb278


Comments

No comments written yet.

Please login to write comment.