Color Hex Logo

#ebce70 Color Hex

#EBCE70
(235,206,112)
0 Favorites   0 Comments

Color spaces of #ebce70

RGB 235206112
HSL0.130.750.68
HSV46°52°92°
CMYK 0.000.120.52   0.08
XYZ59.256962.974624.3614
Yxy62.97460.40420.4296
Hunter Lab79.3565-5.584937.3483
CIE-Lab83.4290-1.433450.0129

#ebce70 color RGB value is (235,206,112).

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

The process color (four color CMYK) of #ebce70 color hex is 0.00, 0.12, 0.52, 0.08. Web safe color of #ebce70 is #ffcc66. Color #ebce70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 01110000
Octal 353 316 160
Decimal 235 206 112
Hex EB CE 70

RGB Percentages of Color #ebce70

%42.50
%37.25
%20.25

CMYK Percentages of Color #ebce70

%0
%12
%52
%8

Triadic Colors of #ebce70

#ebce70 #70ebce #ce70eb

Analogous Colors of #ebce70

#ebce70 #cbeb70 #eb9170

Monochromatic Colors of #ebce70

#ebce70

Complementary Color

#ebce70 #708deb

#ebce70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebce70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebce70 Color CSS Codes

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

#ebce70 Text Font Color

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

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


#ebce70 Background Color

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

This div background color is #ebce70


#ebce70 Border Color

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

This div border color is #ebce70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebce70


Comments

No comments written yet.

Please login to write comment.