color codes Logo

#ebb84f color codes

#EBB84F
(235,184,79)
0 Favorites   0 Comments

Color spaces of #ebb84f

RGB 23518479
HSL0.110.800.62
HSV40°66°92°
CMYK 0.000.220.66   0.08
XYZ52.812752.507714.7486
Yxy52.50770.43990.4373
Hunter Lab72.46223.287538.6559
CIE-Lab77.58347.681358.6374

#ebb84f color RGB value is (235,184,79).

#ebb84f hex color red value is 235, green value is 184 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ebb84f hue: 0.11 , saturation: 0.80 and the lightness value of ebb84f is 0.62.

The process color (four color CMYK) of #ebb84f color code is 0.00, 0.22, 0.66, 0.08. Web safe color of #ebb84f is #ffcc66. Color #ebb84f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111000 01001111
Octal 353 270 117
Decimal 235 184 79
Hex EB B8 4F

RGB Percentages of Color #ebb84f

%47.19
%36.95
%15.86

CMYK Percentages of Color #ebb84f

%0
%22
%66
%8

Triadic Colors of #ebb84f

#ebb84f #4febb8 #b84feb

Analogous Colors of #ebb84f

#ebb84f #d0eb4f #eb6a4f

Monochromatic Colors of #ebb84f

#ebb84f

Complementary Color

#ebb84f #4f82eb

#ebb84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb84f Color CSS Codes

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

#ebb84f Text Font Color

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

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


#ebb84f Background Color

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

This div background color is #ebb84f


#ebb84f Border Color

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

This div border color is #ebb84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb84f


Comments

No comments written yet.

Please login to write comment.