Color Hex Logo

#ebc790 Color Hex

#EBC790
(235,199,144)
0 Favorites   0 Comments

Color spaces of #ebc790

RGB 235199144
HSL0.100.690.74
HSV36°39°92°
CMYK 0.000.150.39   0.08
XYZ59.718460.522634.9201
Yxy60.52260.38490.3901
Hunter Lab77.79630.877727.8441
CIE-Lab82.12145.308832.2754

#ebc790 color RGB value is (235,199,144).

#ebc790 hex color red value is 235, green value is 199 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ebc790 hue: 0.10 , saturation: 0.69 and the lightness value of ebc790 is 0.74.

The process color (four color CMYK) of #ebc790 color hex is 0.00, 0.15, 0.39, 0.08. Web safe color of #ebc790 is #ffcc99. Color #ebc790 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 10010000
Octal 353 307 220
Decimal 235 199 144
Hex EB C7 90

RGB Percentages of Color #ebc790

%40.66
%34.43
%24.91

CMYK Percentages of Color #ebc790

%0
%15
%39
%8

Triadic Colors of #ebc790

#ebc790 #90ebc7 #c790eb

Analogous Colors of #ebc790

#ebc790 #e2eb90 #eb9a90

Monochromatic Colors of #ebc790

#ebc790

Complementary Color

#ebc790 #90b4eb

#ebc790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc790 Color CSS Codes

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

#ebc790 Text Font Color

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

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


#ebc790 Background Color

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

This div background color is #ebc790


#ebc790 Border Color

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

This div border color is #ebc790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc790


Comments

No comments written yet.

Please login to write comment.