Color Hex Logo

#ebb27e Color Hex

#EBB27E
(235,178,126)
0 Favorites   0 Comments

Color spaces of #ebb27e

RGB 235178126
HSL0.080.730.71
HSV29°46°92°
CMYK 0.000.240.46   0.08
XYZ53.947251.009326.7411
Yxy51.00930.40960.3873
Hunter Lab71.42089.842327.7954
CIE-Lab76.684614.478034.5534

#ebb27e color RGB value is (235,178,126).

#ebb27e hex color red value is 235, green value is 178 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #ebb27e hue: 0.08 , saturation: 0.73 and the lightness value of ebb27e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 01111110
Octal 353 262 176
Decimal 235 178 126
Hex EB B2 7E

RGB Percentages of Color #ebb27e

%43.60
%33.02
%23.38

CMYK Percentages of Color #ebb27e

%0
%24
%46
%8

Triadic Colors of #ebb27e

#ebb27e #7eebb2 #b27eeb

Analogous Colors of #ebb27e

#ebb27e #ebe97e #eb7e81

Monochromatic Colors of #ebb27e

#ebb27e

Complementary Color

#ebb27e #7eb7eb

#ebb27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb27e Color CSS Codes

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

#ebb27e Text Font Color

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

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


#ebb27e Background Color

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

This div background color is #ebb27e


#ebb27e Border Color

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

This div border color is #ebb27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb27e


Comments

No comments written yet.

Please login to write comment.