Color Hex Logo

#ebb068 Color Hex

#EBB068
(235,176,104)
0 Favorites   0 Comments

Color spaces of #ebb068

RGB 235176104
HSL0.090.770.66
HSV33°56°92°
CMYK 0.000.250.56   0.08
XYZ52.285049.712319.9364
Yxy49.71230.42880.4077
Hunter Lab70.50708.981032.5901
CIE-Lab75.892313.596944.8663

#ebb068 color RGB value is (235,176,104).

#ebb068 hex color red value is 235, green value is 176 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ebb068 hue: 0.09 , saturation: 0.77 and the lightness value of ebb068 is 0.66.

The process color (four color CMYK) of #ebb068 color hex is 0.00, 0.25, 0.56, 0.08. Web safe color of #ebb068 is #ff9966. Color #ebb068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110000 01101000
Octal 353 260 150
Decimal 235 176 104
Hex EB B0 68

RGB Percentages of Color #ebb068

%45.63
%34.17
%20.19

CMYK Percentages of Color #ebb068

%0
%25
%56
%8

Triadic Colors of #ebb068

#ebb068 #68ebb0 #b068eb

Analogous Colors of #ebb068

#ebb068 #e5eb68 #eb6f68

Monochromatic Colors of #ebb068

#ebb068

Complementary Color

#ebb068 #68a3eb

#ebb068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb068 Color CSS Codes

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

#ebb068 Text Font Color

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

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


#ebb068 Background Color

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

This div background color is #ebb068


#ebb068 Border Color

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

This div border color is #ebb068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb068


Comments

No comments written yet.

Please login to write comment.