Color Hex Logo

#ebb958 Color Hex

#EBB958
(235,185,88)
0 Favorites   0 Comments

Color spaces of #ebb958

RGB 23518588
HSL0.110.790.63
HSV40°63°92°
CMYK 0.000.210.63   0.08
XYZ53.371453.064716.6621
Yxy53.06470.43360.4311
Hunter Lab72.84553.301137.4303
CIE-Lab77.91327.704454.9432

#ebb958 color RGB value is (235,185,88).

#ebb958 hex color red value is 235, green value is 185 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #ebb958 hue: 0.11 , saturation: 0.79 and the lightness value of ebb958 is 0.63.

The process color (four color CMYK) of #ebb958 color hex is 0.00, 0.21, 0.63, 0.08. Web safe color of #ebb958 is #ffcc66. Color #ebb958 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 01011000
Octal 353 271 130
Decimal 235 185 88
Hex EB B9 58

RGB Percentages of Color #ebb958

%46.26
%36.42
%17.32

CMYK Percentages of Color #ebb958

%0
%21
%63
%8

Triadic Colors of #ebb958

#ebb958 #58ebb9 #b958eb

Analogous Colors of #ebb958

#ebb958 #d4eb58 #eb7058

Monochromatic Colors of #ebb958

#ebb958

Complementary Color

#ebb958 #588aeb

#ebb958 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb958 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb958 Color CSS Codes

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

#ebb958 Text Font Color

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

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


#ebb958 Background Color

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

This div background color is #ebb958


#ebb958 Border Color

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

This div border color is #ebb958


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb958


Comments

No comments written yet.

Please login to write comment.