Color Hex Logo

#ebc46b Color Hex

#EBC46B
(235,196,107)
0 Favorites   0 Comments

Color spaces of #ebc46b

RGB 235196107
HSL0.120.760.67
HSV42°54°92°
CMYK 0.000.170.54   0.08
XYZ56.654758.203622.1583
Yxy58.20360.41350.4248
Hunter Lab76.2913-0.953836.1835
CIE-Lab80.85193.328849.3458

#ebc46b color RGB value is (235,196,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000100 01101011
Octal 353 304 153
Decimal 235 196 107
Hex EB C4 6B

RGB Percentages of Color #ebc46b

%43.68
%36.43
%19.89

CMYK Percentages of Color #ebc46b

%0
%17
%54
%8

Triadic Colors of #ebc46b

#ebc46b #6bebc4 #c46beb

Analogous Colors of #ebc46b

#ebc46b #d2eb6b #eb846b

Monochromatic Colors of #ebc46b

#ebc46b

Complementary Color

#ebc46b #6b92eb

#ebc46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc46b Color CSS Codes

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

#ebc46b Text Font Color

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

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


#ebc46b Background Color

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

This div background color is #ebc46b


#ebc46b Border Color

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

This div border color is #ebc46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc46b


Comments

No comments written yet.

Please login to write comment.