Color Hex Logo

#ebc172 Color Hex

#EBC172
(235,193,114)
0 Favorites   0 Comments

Color spaces of #ebc172

RGB 235193114
HSL0.110.750.68
HSV39°51°92°
CMYK 0.000.180.51   0.08
XYZ56.368257.017023.9540
Yxy57.01700.41040.4152
Hunter Lab75.50961.109134.0481
CIE-Lab80.18925.474745.1076

#ebc172 color RGB value is (235,193,114).

#ebc172 hex color red value is 235, green value is 193 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ebc172 hue: 0.11 , saturation: 0.75 and the lightness value of ebc172 is 0.68.

The process color (four color CMYK) of #ebc172 color hex is 0.00, 0.18, 0.51, 0.08. Web safe color of #ebc172 is #ffcc66. Color #ebc172 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000001 01110010
Octal 353 301 162
Decimal 235 193 114
Hex EB C1 72

RGB Percentages of Color #ebc172

%43.36
%35.61
%21.03

CMYK Percentages of Color #ebc172

%0
%18
%51
%8

Triadic Colors of #ebc172

#ebc172 #72ebc1 #c172eb

Analogous Colors of #ebc172

#ebc172 #d9eb72 #eb8572

Monochromatic Colors of #ebc172

#ebc172

Complementary Color

#ebc172 #729ceb

#ebc172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc172 Color CSS Codes

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

#ebc172 Text Font Color

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

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


#ebc172 Background Color

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

This div background color is #ebc172


#ebc172 Border Color

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

This div border color is #ebc172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc172


Comments

No comments written yet.

Please login to write comment.