Color Hex Logo

#ebd455 Color Hex

#EBD455
(235,212,85)
0 Favorites   0 Comments

Color spaces of #ebd455

RGB 23521285
HSL0.140.790.63
HSV51°64°92°
CMYK 0.000.100.64   0.08
XYZ59.444165.405018.0857
Yxy65.40500.41590.4576
Hunter Lab80.8734-10.326143.3523
CIE-Lab84.6920-6.428063.6671

#ebd455 color RGB value is (235,212,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 01010101
Octal 353 324 125
Decimal 235 212 85
Hex EB D4 55

RGB Percentages of Color #ebd455

%44.17
%39.85
%15.98

CMYK Percentages of Color #ebd455

%0
%10
%64
%8

Triadic Colors of #ebd455

#ebd455 #55ebd4 #d455eb

Analogous Colors of #ebd455

#ebd455 #b7eb55 #eb8955

Monochromatic Colors of #ebd455

#ebd455

Complementary Color

#ebd455 #556ceb

#ebd455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd455 Color CSS Codes

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

#ebd455 Text Font Color

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

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


#ebd455 Background Color

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

This div background color is #ebd455


#ebd455 Border Color

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

This div border color is #ebd455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd455


Comments

No comments written yet.

Please login to write comment.