Color Hex Logo

#ebe68b Color Hex

#EBE68B
(235,230,139)
0 Favorites   0 Comments

Color spaces of #ebe68b

RGB 235230139
HSL0.160.710.73
HSV57°41°92°
CMYK 0.000.020.41   0.08
XYZ67.218076.119935.5759
Yxy76.11990.37570.4255
Hunter Lab87.2467-15.159036.8965
CIE-Lab89.9150-11.059544.8609

#ebe68b color RGB value is (235,230,139).

#ebe68b hex color red value is 235, green value is 230 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ebe68b hue: 0.16 , saturation: 0.71 and the lightness value of ebe68b is 0.73.

The process color (four color CMYK) of #ebe68b color hex is 0.00, 0.02, 0.41, 0.08. Web safe color of #ebe68b is #ffff99. Color #ebe68b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100110 10001011
Octal 353 346 213
Decimal 235 230 139
Hex EB E6 8B

RGB Percentages of Color #ebe68b

%38.91
%38.08
%23.01

CMYK Percentages of Color #ebe68b

%0
%2
%41
%8

Triadic Colors of #ebe68b

#ebe68b #8bebe6 #e68beb

Analogous Colors of #ebe68b

#ebe68b #c0eb8b #ebb68b

Monochromatic Colors of #ebe68b

#ebe68b

Complementary Color

#ebe68b #8b90eb

#ebe68b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe68b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe68b Color CSS Codes

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

#ebe68b Text Font Color

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

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


#ebe68b Background Color

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

This div background color is #ebe68b


#ebe68b Border Color

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

This div border color is #ebe68b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe68b


Comments

No comments written yet.

Please login to write comment.