Color Hex Logo

#ebb264 Color Hex

#EBB264
(235,178,100)
0 Favorites   0 Comments

Color spaces of #ebb264

RGB 235178100
HSL0.100.770.66
HSV35°57°92°
CMYK 0.000.240.57   0.08
XYZ52.481650.423119.0231
Yxy50.42310.43040.4135
Hunter Lab71.00927.659933.8229
CIE-Lab76.328212.230947.3792

#ebb264 color RGB value is (235,178,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 01100100
Octal 353 262 144
Decimal 235 178 100
Hex EB B2 64

RGB Percentages of Color #ebb264

%45.81
%34.70
%19.49

CMYK Percentages of Color #ebb264

%0
%24
%57
%8

Triadic Colors of #ebb264

#ebb264 #64ebb2 #b264eb

Analogous Colors of #ebb264

#ebb264 #e1eb64 #eb6f64

Monochromatic Colors of #ebb264

#ebb264

Complementary Color

#ebb264 #649deb

#ebb264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb264 Color CSS Codes

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

#ebb264 Text Font Color

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

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


#ebb264 Background Color

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

This div background color is #ebb264


#ebb264 Border Color

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

This div border color is #ebb264


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb264


Comments

No comments written yet.

Please login to write comment.