Color Hex Logo

#ebbb4d Color Hex

#EBBB4D
(235,187,77)
0 Favorites   0 Comments

Color spaces of #ebbb4d

RGB 23518777
HSL0.120.800.61
HSV42°67°92°
CMYK 0.000.200.67   0.08
XYZ53.370853.738614.5808
Yxy53.73860.43860.4416
Hunter Lab73.30661.670139.5218
CIE-Lab78.30915.996560.2795

#ebbb4d color RGB value is (235,187,77).

#ebbb4d hex color red value is 235, green value is 187 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ebbb4d hue: 0.12 , saturation: 0.80 and the lightness value of ebbb4d is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 01001101
Octal 353 273 115
Decimal 235 187 77
Hex EB BB 4D

RGB Percentages of Color #ebbb4d

%47.09
%37.47
%15.43

CMYK Percentages of Color #ebbb4d

%0
%20
%67
%8

Triadic Colors of #ebbb4d

#ebbb4d #4debbb #bb4deb

Analogous Colors of #ebbb4d

#ebbb4d #cceb4d #eb6c4d

Monochromatic Colors of #ebbb4d

#ebbb4d

Complementary Color

#ebbb4d #4d7deb

#ebbb4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbb4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbb4d Color CSS Codes

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

#ebbb4d Text Font Color

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

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


#ebbb4d Background Color

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

This div background color is #ebbb4d


#ebbb4d Border Color

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

This div border color is #ebbb4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbb4d


Comments

No comments written yet.

Please login to write comment.