Color Hex Logo

#ebe46b Color Hex

#EBE46B
(235,228,107)
0 Favorites   0 Comments

Color spaces of #ebe46b

RGB 235228107
HSL0.160.760.67
HSV57°54°92°
CMYK 0.000.030.54   0.08
XYZ64.658274.210524.8261
Yxy74.21050.39500.4533
Hunter Lab86.1455-16.778043.2152
CIE-Lab89.0219-12.938058.8886

#ebe46b color RGB value is (235,228,107).

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

The process color (four color CMYK) of #ebe46b color hex is 0.00, 0.03, 0.54, 0.08. Web safe color of #ebe46b is #ffcc66. Color #ebe46b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100100 01101011
Octal 353 344 153
Decimal 235 228 107
Hex EB E4 6B

RGB Percentages of Color #ebe46b

%41.23
%40.00
%18.77

CMYK Percentages of Color #ebe46b

%0
%3
%54
%8

Triadic Colors of #ebe46b

#ebe46b #6bebe4 #e46beb

Analogous Colors of #ebe46b

#ebe46b #b2eb6b #eba46b

Monochromatic Colors of #ebe46b

#ebe46b

Complementary Color

#ebe46b #6b72eb

#ebe46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe46b Color CSS Codes

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

#ebe46b Text Font Color

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

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


#ebe46b Background Color

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

This div background color is #ebe46b


#ebe46b Border Color

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

This div border color is #ebe46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe46b


Comments

No comments written yet.

Please login to write comment.