Color Hex Logo

#ebbb6a Color Hex

#EBBB6A
(235,187,106)
0 Favorites   0 Comments

Color spaces of #ebbb6a

RGB 235187106
HSL0.100.760.67
HSV38°55°92°
CMYK 0.000.200.55   0.08
XYZ54.632854.243421.2262
Yxy54.24340.41990.4169
Hunter Lab73.65013.521534.4675
CIE-Lab78.60347.953647.1425

#ebbb6a color RGB value is (235,187,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 01101010
Octal 353 273 152
Decimal 235 187 106
Hex EB BB 6A

RGB Percentages of Color #ebbb6a

%44.51
%35.42
%20.08

CMYK Percentages of Color #ebbb6a

%0
%20
%55
%8

Triadic Colors of #ebbb6a

#ebbb6a #6aebbb #bb6aeb

Analogous Colors of #ebbb6a

#ebbb6a #dbeb6a #eb7b6a

Monochromatic Colors of #ebbb6a

#ebbb6a

Complementary Color

#ebbb6a #6a9aeb

#ebbb6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbb6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbb6a Color CSS Codes

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

#ebbb6a Text Font Color

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

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


#ebbb6a Background Color

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

This div background color is #ebbb6a


#ebbb6a Border Color

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

This div border color is #ebbb6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbb6a


Comments

No comments written yet.

Please login to write comment.