Color Hex Logo

#ebce6d Color Hex

#EBCE6D
(235,206,109)
0 Favorites   0 Comments

Color spaces of #ebce6d

RGB 235206109
HSL0.130.760.67
HSV46°54°92°
CMYK 0.000.120.54   0.08
XYZ59.092662.908923.4961
Yxy62.90890.40610.4324
Hunter Lab79.3151-5.812637.9567
CIE-Lab83.3944-1.679451.4082

#ebce6d color RGB value is (235,206,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001110 01101101
Octal 353 316 155
Decimal 235 206 109
Hex EB CE 6D

RGB Percentages of Color #ebce6d

%42.73
%37.45
%19.82

CMYK Percentages of Color #ebce6d

%0
%12
%54
%8

Triadic Colors of #ebce6d

#ebce6d #6debce #ce6deb

Analogous Colors of #ebce6d

#ebce6d #c9eb6d #eb8f6d

Monochromatic Colors of #ebce6d

#ebce6d

Complementary Color

#ebce6d #6d8aeb

#ebce6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebce6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebce6d Color CSS Codes

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

#ebce6d Text Font Color

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

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


#ebce6d Background Color

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

This div background color is #ebce6d


#ebce6d Border Color

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

This div border color is #ebce6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebce6d


Comments

No comments written yet.

Please login to write comment.