Color Hex Logo

#ebd334 Color Hex

#EBD334
(235,211,52)
0 Favorites   0 Comments

Color spaces of #ebd334

RGB 23521152
HSL0.140.820.56
HSV52°78°92°
CMYK 0.000.100.78   0.08
XYZ58.175064.498612.6321
Yxy64.49860.43000.4767
Hunter Lab80.3110-11.244046.8920
CIE-Lab84.2247-7.478675.2569

#ebd334 color RGB value is (235,211,52).

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

The process color (four color CMYK) of #ebd334 color hex is 0.00, 0.10, 0.78, 0.08. Web safe color of #ebd334 is #ffcc33. Color #ebd334 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010011 00110100
Octal 353 323 64
Decimal 235 211 52
Hex EB D3 34

RGB Percentages of Color #ebd334

%47.19
%42.37
%10.44

CMYK Percentages of Color #ebd334

%0
%10
%78
%8

Triadic Colors of #ebd334

#ebd334 #34ebd3 #d334eb

Analogous Colors of #ebd334

#ebd334 #a8eb34 #eb7834

Monochromatic Colors of #ebd334

#ebd334

Complementary Color

#ebd334 #344ceb

#ebd334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd334 Color CSS Codes

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

#ebd334 Text Font Color

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

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


#ebd334 Background Color

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

This div background color is #ebd334


#ebd334 Border Color

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

This div border color is #ebd334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd334


Comments

No comments written yet.

Please login to write comment.