Color Hex Logo

#ebbc1e Color Hex

#EBBC1E
(235,188,30)
0 Favorites   0 Comments

Color spaces of #ebbc1e

RGB 23518830
HSL0.130.840.52
HSV46°87°92°
CMYK 0.000.200.87   0.08
XYZ52.478553.72238.8318
Yxy53.72230.45620.4670
Hunter Lab73.2955-0.463744.1627
CIE-Lab78.29953.725876.0103

#ebbc1e color RGB value is (235,188,30).

#ebbc1e hex color red value is 235, green value is 188 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #ebbc1e hue: 0.13 , saturation: 0.84 and the lightness value of ebbc1e is 0.52.

The process color (four color CMYK) of #ebbc1e color hex is 0.00, 0.20, 0.87, 0.08. Web safe color of #ebbc1e is #ffcc33. Color #ebbc1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 00011110
Octal 353 274 36
Decimal 235 188 30
Hex EB BC 1E

RGB Percentages of Color #ebbc1e

%51.88
%41.50
%6.62

CMYK Percentages of Color #ebbc1e

%0
%20
%87
%8

Triadic Colors of #ebbc1e

#ebbc1e #1eebbc #bc1eeb

Analogous Colors of #ebbc1e

#ebbc1e #b4eb1e #eb561e

Monochromatic Colors of #ebbc1e

#ebbc1e

Complementary Color

#ebbc1e #1e4deb

#ebbc1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbc1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbc1e Color CSS Codes

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

#ebbc1e Text Font Color

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

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


#ebbc1e Background Color

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

This div background color is #ebbc1e


#ebbc1e Border Color

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

This div border color is #ebbc1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbc1e


Comments

No comments written yet.

Please login to write comment.