Color Hex Logo

#ebb265 Color Hex

#EBB265
(235,178,101)
0 Favorites   0 Comments

Color spaces of #ebb265

RGB 235178101
HSL0.100.770.66
HSV34°57°92°
CMYK 0.000.240.57   0.08
XYZ52.530350.442519.2797
Yxy50.44250.42970.4126
Hunter Lab71.02297.733033.6213
CIE-Lab76.340112.306746.8992

#ebb265 color RGB value is (235,178,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 01100101
Octal 353 262 145
Decimal 235 178 101
Hex EB B2 65

RGB Percentages of Color #ebb265

%45.72
%34.63
%19.65

CMYK Percentages of Color #ebb265

%0
%24
%57
%8

Triadic Colors of #ebb265

#ebb265 #65ebb2 #b265eb

Analogous Colors of #ebb265

#ebb265 #e1eb65 #eb6f65

Monochromatic Colors of #ebb265

#ebb265

Complementary Color

#ebb265 #659eeb

#ebb265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb265 Color CSS Codes

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

#ebb265 Text Font Color

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

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


#ebb265 Background Color

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

This div background color is #ebb265


#ebb265 Border Color

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

This div border color is #ebb265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb265


Comments

No comments written yet.

Please login to write comment.