Color Hex Logo

#ebd353 Color Hex

#EBD353
(235,211,83)
0 Favorites   0 Comments

Color spaces of #ebd353

RGB 23521183
HSL0.140.790.62
HSV51°65°92°
CMYK 0.000.100.65   0.08
XYZ59.116564.875217.5900
Yxy64.87520.41750.4582
Hunter Lab80.5451-9.943143.4334
CIE-Lab84.4194-6.039964.2108

#ebd353 color RGB value is (235,211,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 01010011
Octal 353 323 123
Decimal 235 211 83
Hex EB D3 53

RGB Percentages of Color #ebd353

%44.42
%39.89
%15.69

CMYK Percentages of Color #ebd353

%0
%10
%65
%8

Triadic Colors of #ebd353

#ebd353 #53ebd3 #d353eb

Analogous Colors of #ebd353

#ebd353 #b7eb53 #eb8753

Monochromatic Colors of #ebd353

#ebd353

Complementary Color

#ebd353 #536beb

#ebd353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd353 Color CSS Codes

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

#ebd353 Text Font Color

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

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


#ebd353 Background Color

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

This div background color is #ebd353


#ebd353 Border Color

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

This div border color is #ebd353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd353


Comments

No comments written yet.

Please login to write comment.