Color Hex Logo

#ebbd50 Color Hex

#EBBD50
(235,189,80)
0 Favorites   0 Comments

Color spaces of #ebbd50

RGB 23518980
HSL0.120.790.62
HSV42°66°92°
CMYK 0.000.200.66   0.08
XYZ53.906554.636515.2941
Yxy54.63650.43530.4412
Hunter Lab73.91650.824239.4738
CIE-Lab78.83145.120559.5381

#ebbd50 color RGB value is (235,189,80).

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

The process color (four color CMYK) of #ebbd50 color hex is 0.00, 0.20, 0.66, 0.08. Web safe color of #ebbd50 is #ffcc66. Color #ebbd50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 01010000
Octal 353 275 120
Decimal 235 189 80
Hex EB BD 50

RGB Percentages of Color #ebbd50

%46.63
%37.50
%15.87

CMYK Percentages of Color #ebbd50

%0
%20
%66
%8

Triadic Colors of #ebbd50

#ebbd50 #50ebbd #bd50eb

Analogous Colors of #ebbd50

#ebbd50 #cceb50 #eb7050

Monochromatic Colors of #ebbd50

#ebbd50

Complementary Color

#ebbd50 #507eeb

#ebbd50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbd50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbd50 Color CSS Codes

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

#ebbd50 Text Font Color

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

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


#ebbd50 Background Color

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

This div background color is #ebbd50


#ebbd50 Border Color

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

This div border color is #ebbd50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbd50


Comments

No comments written yet.

Please login to write comment.