Color Hex Logo

#ebe17b Color Hex

#EBE17B
(235,225,123)
0 Favorites   0 Comments

Color spaces of #ebe17b

RGB 235225123
HSL0.150.740.70
HSV55°48°92°
CMYK 0.000.040.48   0.08
XYZ64.761372.942729.4049
Yxy72.94270.38750.4365
Hunter Lab85.4065-14.109939.3714
CIE-Lab88.4204-10.111850.7595

#ebe17b color RGB value is (235,225,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100001 01111011
Octal 353 341 173
Decimal 235 225 123
Hex EB E1 7B

RGB Percentages of Color #ebe17b

%40.31
%38.59
%21.10

CMYK Percentages of Color #ebe17b

%0
%4
%48
%8

Triadic Colors of #ebe17b

#ebe17b #7bebe1 #e17beb

Analogous Colors of #ebe17b

#ebe17b #bdeb7b #eba97b

Monochromatic Colors of #ebe17b

#ebe17b

Complementary Color

#ebe17b #7b85eb

#ebe17b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe17b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe17b Color CSS Codes

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

#ebe17b Text Font Color

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

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


#ebe17b Background Color

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

This div background color is #ebe17b


#ebe17b Border Color

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

This div border color is #ebe17b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe17b


Comments

No comments written yet.

Please login to write comment.