Color Hex Logo

#ebc269 Color Hex

#EBC269
(235,194,105)
0 Favorites   0 Comments

Color spaces of #ebc269

RGB 235194105
HSL0.110.760.67
HSV41°55°92°
CMYK 0.000.170.55   0.08
XYZ56.102557.265721.4611
Yxy57.26570.41610.4247
Hunter Lab75.6741-0.095236.1573
CIE-Lab80.32884.211749.6910

#ebc269 color RGB value is (235,194,105).

#ebc269 hex color red value is 235, green value is 194 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #ebc269 hue: 0.11 , saturation: 0.76 and the lightness value of ebc269 is 0.67.

The process color (four color CMYK) of #ebc269 color hex is 0.00, 0.17, 0.55, 0.08. Web safe color of #ebc269 is #ffcc66. Color #ebc269 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000010 01101001
Octal 353 302 151
Decimal 235 194 105
Hex EB C2 69

RGB Percentages of Color #ebc269

%44.01
%36.33
%19.66

CMYK Percentages of Color #ebc269

%0
%17
%55
%8

Triadic Colors of #ebc269

#ebc269 #69ebc2 #c269eb

Analogous Colors of #ebc269

#ebc269 #d3eb69 #eb8169

Monochromatic Colors of #ebc269

#ebc269

Complementary Color

#ebc269 #6992eb

#ebc269 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc269 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc269 Color CSS Codes

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

#ebc269 Text Font Color

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

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


#ebc269 Background Color

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

This div background color is #ebc269


#ebc269 Border Color

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

This div border color is #ebc269


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc269


Comments

No comments written yet.

Please login to write comment.