Color Hex Logo

#ebbb7b Color Hex

#EBBB7B
(235,187,123)
0 Favorites   0 Comments

Color spaces of #ebbb7b

RGB 235187123
HSL0.100.740.70
HSV34°48°92°
CMYK 0.000.200.48   0.08
XYZ55.606454.632926.3533
Yxy54.63290.40710.4000
Hunter Lab73.91414.938030.6006
CIE-Lab78.82939.435038.8596

#ebbb7b color RGB value is (235,187,123).

#ebbb7b hex color red value is 235, green value is 187 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ebbb7b hue: 0.10 , saturation: 0.74 and the lightness value of ebbb7b is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 01111011
Octal 353 273 173
Decimal 235 187 123
Hex EB BB 7B

RGB Percentages of Color #ebbb7b

%43.12
%34.31
%22.57

CMYK Percentages of Color #ebbb7b

%0
%20
%48
%8

Triadic Colors of #ebbb7b

#ebbb7b #7bebbb #bb7beb

Analogous Colors of #ebbb7b

#ebbb7b #e3eb7b #eb837b

Monochromatic Colors of #ebbb7b

#ebbb7b

Complementary Color

#ebbb7b #7babeb

#ebbb7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbb7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbb7b Color CSS Codes

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

#ebbb7b Text Font Color

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

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


#ebbb7b Background Color

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

This div background color is #ebbb7b


#ebbb7b Border Color

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

This div border color is #ebbb7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbb7b


Comments

No comments written yet.

Please login to write comment.