Color Hex Logo

#ebb614 Color Hex

#EBB614
(235,182,20)
0 Favorites   0 Comments

Color spaces of #ebb614

RGB 23518220
HSL0.130.840.50
HSV45°91°92°
CMYK 0.000.230.91   0.08
XYZ51.115251.16867.8443
Yxy51.16860.46410.4646
Hunter Lab71.53222.370443.5708
CIE-Lab76.78106.687976.7472

#ebb614 color RGB value is (235,182,20).

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

The process color (four color CMYK) of #ebb614 color hex is 0.00, 0.23, 0.91, 0.08. Web safe color of #ebb614 is #ffcc00. Color #ebb614 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110110 00010100
Octal 353 266 24
Decimal 235 182 20
Hex EB B6 14

RGB Percentages of Color #ebb614

%53.78
%41.65
%4.58

CMYK Percentages of Color #ebb614

%0
%23
%91
%8

Triadic Colors of #ebb614

#ebb614 #14ebb6 #b614eb

Analogous Colors of #ebb614

#ebb614 #b5eb14 #eb4b14

Monochromatic Colors of #ebb614

#ebb614

Complementary Color

#ebb614 #1449eb

#ebb614 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb614 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb614 Color CSS Codes

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

#ebb614 Text Font Color

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

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


#ebb614 Background Color

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

This div background color is #ebb614


#ebb614 Border Color

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

This div border color is #ebb614


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb614


Comments

No comments written yet.

Please login to write comment.