Color Hex Logo

#ebeb7b Color Hex

#EBEB7B
(235,235,123)
0 Favorites   0 Comments

Color spaces of #ebeb7b

RGB 235235123
HSL0.170.740.70
HSV60°48°92°
CMYK 0.000.000.48   0.08
XYZ67.544478.508930.3327
Yxy78.50890.38290.4451
Hunter Lab88.6052-18.987441.7266
CIE-Lab91.0116-15.066553.8816

#ebeb7b color RGB value is (235,235,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 01111011
Octal 353 353 173
Decimal 235 235 123
Hex EB EB 7B

RGB Percentages of Color #ebeb7b

%39.63
%39.63
%20.74

CMYK Percentages of Color #ebeb7b

%0
%0
%48
%8

Triadic Colors of #ebeb7b

#ebeb7b #7bebeb #eb7beb

Analogous Colors of #ebeb7b

#ebeb7b #b3eb7b #ebb37b

Monochromatic Colors of #ebeb7b

#ebeb7b

Complementary Color

#ebeb7b #7b7beb

#ebeb7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeb7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeb7b Color CSS Codes

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

#ebeb7b Text Font Color

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

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


#ebeb7b Background Color

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

This div background color is #ebeb7b


#ebeb7b Border Color

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

This div border color is #ebeb7b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,235,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 #ebeb7b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeb7b


Comments

No comments written yet.

Please login to write comment.