Color Hex Logo

#ebbb4b Color Hex

#EBBB4B
(235,187,75)
0 Favorites   0 Comments

Color spaces of #ebbb4b

RGB 23518775
HSL0.120.800.61
HSV42°68°92°
CMYK 0.000.200.68   0.08
XYZ53.301353.710814.2146
Yxy53.71080.43970.4431
Hunter Lab73.28771.567739.8017
CIE-Lab78.29285.887561.1154

#ebbb4b color RGB value is (235,187,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 01001011
Octal 353 273 113
Decimal 235 187 75
Hex EB BB 4B

RGB Percentages of Color #ebbb4b

%47.28
%37.63
%15.09

CMYK Percentages of Color #ebbb4b

%0
%20
%68
%8

Triadic Colors of #ebbb4b

#ebbb4b #4bebbb #bb4beb

Analogous Colors of #ebbb4b

#ebbb4b #cbeb4b #eb6b4b

Monochromatic Colors of #ebbb4b

#ebbb4b

Complementary Color

#ebbb4b #4b7beb

#ebbb4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbb4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbb4b Color CSS Codes

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

#ebbb4b Text Font Color

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

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


#ebbb4b Background Color

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

This div background color is #ebbb4b


#ebbb4b Border Color

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

This div border color is #ebbb4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbb4b


Comments

No comments written yet.

Please login to write comment.