Color Hex Logo

#ebb055 Color Hex

#EBB055
(235,176,85)
0 Favorites   0 Comments

Color spaces of #ebb055

RGB 23517685
HSL0.100.790.63
HSV36°64°92°
CMYK 0.000.250.64   0.08
XYZ51.426049.368715.4130
Yxy49.36870.44250.4248
Hunter Lab70.26297.685736.1780
CIE-Lab75.680112.255653.8361

#ebb055 color RGB value is (235,176,85).

#ebb055 hex color red value is 235, green value is 176 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #ebb055 hue: 0.10 , saturation: 0.79 and the lightness value of ebb055 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110000 01010101
Octal 353 260 125
Decimal 235 176 85
Hex EB B0 55

RGB Percentages of Color #ebb055

%47.38
%35.48
%17.14

CMYK Percentages of Color #ebb055

%0
%25
%64
%8

Triadic Colors of #ebb055

#ebb055 #55ebb0 #b055eb

Analogous Colors of #ebb055

#ebb055 #dbeb55 #eb6555

Monochromatic Colors of #ebb055

#ebb055

Complementary Color

#ebb055 #5590eb

#ebb055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb055 Color CSS Codes

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

#ebb055 Text Font Color

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

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


#ebb055 Background Color

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

This div background color is #ebb055


#ebb055 Border Color

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

This div border color is #ebb055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb055


Comments

No comments written yet.

Please login to write comment.