Color Hex Logo

#ebb274 Color Hex

#EBB274
(235,178,116)
0 Favorites   0 Comments

Color spaces of #ebb274

RGB 235178116
HSL0.090.750.69
HSV31°51°92°
CMYK 0.000.240.51   0.08
XYZ53.333750.763923.5104
Yxy50.76390.41790.3978
Hunter Lab71.24888.931830.3099
CIE-Lab76.535813.544439.5586

#ebb274 color RGB value is (235,178,116).

#ebb274 hex color red value is 235, green value is 178 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ebb274 hue: 0.09 , saturation: 0.75 and the lightness value of ebb274 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 01110100
Octal 353 262 164
Decimal 235 178 116
Hex EB B2 74

RGB Percentages of Color #ebb274

%44.42
%33.65
%21.93

CMYK Percentages of Color #ebb274

%0
%24
%51
%8

Triadic Colors of #ebb274

#ebb274 #74ebb2 #b274eb

Analogous Colors of #ebb274

#ebb274 #e9eb74 #eb7774

Monochromatic Colors of #ebb274

#ebb274

Complementary Color

#ebb274 #74adeb

#ebb274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb274 Color CSS Codes

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

#ebb274 Text Font Color

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

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


#ebb274 Background Color

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

This div background color is #ebb274


#ebb274 Border Color

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

This div border color is #ebb274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb274


Comments

No comments written yet.

Please login to write comment.