Color Hex Logo

#ebe673 Color Hex

#EBE673
(235,230,115)
0 Favorites   0 Comments

Color spaces of #ebe673

RGB 235230115
HSL0.160.750.69
HSV58°51°92°
CMYK 0.000.020.51   0.08
XYZ65.652375.493627.3311
Yxy75.49360.38970.4481
Hunter Lab86.8871-17.176842.1707
CIE-Lab89.6237-13.289955.9477

#ebe673 color RGB value is (235,230,115).

#ebe673 hex color red value is 235, green value is 230 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #ebe673 hue: 0.16 , saturation: 0.75 and the lightness value of ebe673 is 0.69.

The process color (four color CMYK) of #ebe673 color hex is 0.00, 0.02, 0.51, 0.08. Web safe color of #ebe673 is #ffff66. Color #ebe673 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100110 01110011
Octal 353 346 163
Decimal 235 230 115
Hex EB E6 73

RGB Percentages of Color #ebe673

%40.52
%39.66
%19.83

CMYK Percentages of Color #ebe673

%0
%2
%51
%8

Triadic Colors of #ebe673

#ebe673 #73ebe6 #e673eb

Analogous Colors of #ebe673

#ebe673 #b4eb73 #ebaa73

Monochromatic Colors of #ebe673

#ebe673

Complementary Color

#ebe673 #7378eb

#ebe673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe673 Color CSS Codes

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

#ebe673 Text Font Color

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

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


#ebe673 Background Color

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

This div background color is #ebe673


#ebe673 Border Color

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

This div border color is #ebe673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe673


Comments

No comments written yet.

Please login to write comment.