Color Hex Logo

#ebd36b Color Hex

#EBD36B
(235,211,107)
0 Favorites   0 Comments

Color spaces of #ebd36b

RGB 235211107
HSL0.140.760.67
HSV49°54°92°
CMYK 0.000.100.54   0.08
XYZ60.209165.312223.3431
Yxy65.31220.40450.4387
Hunter Lab80.8160-8.442839.4457
CIE-Lab84.6444-4.396253.8242

#ebd36b color RGB value is (235,211,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 01101011
Octal 353 323 153
Decimal 235 211 107
Hex EB D3 6B

RGB Percentages of Color #ebd36b

%42.50
%38.16
%19.35

CMYK Percentages of Color #ebd36b

%0
%10
%54
%8

Triadic Colors of #ebd36b

#ebd36b #6bebd3 #d36beb

Analogous Colors of #ebd36b

#ebd36b #c3eb6b #eb936b

Monochromatic Colors of #ebd36b

#ebd36b

Complementary Color

#ebd36b #6b83eb

#ebd36b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd36b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd36b Color CSS Codes

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

#ebd36b Text Font Color

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

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


#ebd36b Background Color

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

This div background color is #ebd36b


#ebd36b Border Color

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

This div border color is #ebd36b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,211,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 #ebd36b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd36b


Comments

No comments written yet.

Please login to write comment.