Color Hex Logo

#eab265 Color Hex

#EAB265
(234,178,101)
0 Favorites   0 Comments

Color spaces of #eab265

RGB 234178101
HSL0.100.760.66
HSV35°57°92°
CMYK 0.000.240.57   0.08
XYZ52.201050.272819.2642
Yxy50.27280.42880.4130
Hunter Lab70.90337.335933.5234
CIE-Lab76.236411.894346.7505

#eab265 color RGB value is (234,178,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 01100101
Octal 352 262 145
Decimal 234 178 101
Hex EA B2 65

RGB Percentages of Color #eab265

%45.61
%34.70
%19.69

CMYK Percentages of Color #eab265

%0
%24
%57
%8

Triadic Colors of #eab265

#eab265 #65eab2 #b265ea

Analogous Colors of #eab265

#eab265 #e0ea65 #ea7065

Monochromatic Colors of #eab265

#eab265

Complementary Color

#eab265 #659dea

#eab265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab265 Color CSS Codes

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

#eab265 Text Font Color

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

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


#eab265 Background Color

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

This div background color is #eab265


#eab265 Border Color

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

This div border color is #eab265


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,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 #eab265">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab265


Comments

No comments written yet.

Please login to write comment.