color codes Logo

#ebb67a color codes

#EBB67A
(235,182,122)
0 Favorites   0 Comments

Color spaces of #ebb67a

RGB 235182122
HSL0.090.740.70
HSV32°48°92°
CMYK 0.000.230.48   0.08
XYZ54.501852.523225.6778
Yxy52.52320.41070.3958
Hunter Lab72.47297.409829.7240
CIE-Lab77.592611.978037.8015

#ebb67a color RGB value is (235,182,122).

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

The process color (four color CMYK) of #ebb67a color code is 0.00, 0.23, 0.48, 0.08. Web safe color of #ebb67a is #ffcc66. Color #ebb67a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110110 01111010
Octal 353 266 172
Decimal 235 182 122
Hex EB B6 7A

RGB Percentages of Color #ebb67a

%43.60
%33.77
%22.63

CMYK Percentages of Color #ebb67a

%0
%23
%48
%8

Triadic Colors of #ebb67a

#ebb67a #7aebb6 #b67aeb

Analogous Colors of #ebb67a

#ebb67a #e8eb7a #eb7e7a

Monochromatic Colors of #ebb67a

#ebb67a

Complementary Color

#ebb67a #7aafeb

#ebb67a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb67a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb67a Color CSS Codes

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

#ebb67a Text Font Color

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

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


#ebb67a Background Color

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

This div background color is #ebb67a


#ebb67a Border Color

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

This div border color is #ebb67a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb67a


Comments

No comments written yet.

Please login to write comment.