Color Hex Logo

#ebd356 Color Hex

#EBD356
(235,211,86)
0 Favorites   0 Comments

Color spaces of #ebd356

RGB 23521186
HSL0.140.790.63
HSV50°63°92°
CMYK 0.000.100.63   0.08
XYZ59.234964.922618.2134
Yxy64.92260.41610.4560
Hunter Lab80.5746-9.780143.0000
CIE-Lab84.4438-5.860562.9810

#ebd356 color RGB value is (235,211,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 01010110
Octal 353 323 126
Decimal 235 211 86
Hex EB D3 56

RGB Percentages of Color #ebd356

%44.17
%39.66
%16.17

CMYK Percentages of Color #ebd356

%0
%10
%63
%8

Triadic Colors of #ebd356

#ebd356 #56ebd3 #d356eb

Analogous Colors of #ebd356

#ebd356 #b9eb56 #eb8956

Monochromatic Colors of #ebd356

#ebd356

Complementary Color

#ebd356 #566eeb

#ebd356 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd356 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd356 Color CSS Codes

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

#ebd356 Text Font Color

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

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


#ebd356 Background Color

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

This div background color is #ebd356


#ebd356 Border Color

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

This div border color is #ebd356


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd356


Comments

No comments written yet.

Please login to write comment.