Color Hex Logo

#ebd65c Color Hex

#EBD65C
(235,214,92)
0 Favorites   0 Comments

Color spaces of #ebd65c

RGB 23521492
HSL0.140.780.64
HSV51°61°92°
CMYK 0.000.090.61   0.08
XYZ60.239366.528019.7915
Yxy66.52800.41100.4539
Hunter Lab81.5647-10.907742.7087
CIE-Lab85.2650-6.999761.3019

#ebd65c color RGB value is (235,214,92).

#ebd65c hex color red value is 235, green value is 214 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ebd65c hue: 0.14 , saturation: 0.78 and the lightness value of ebd65c is 0.64.

The process color (four color CMYK) of #ebd65c color hex is 0.00, 0.09, 0.61, 0.08. Web safe color of #ebd65c is #ffcc66. Color #ebd65c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 01011100
Octal 353 326 134
Decimal 235 214 92
Hex EB D6 5C

RGB Percentages of Color #ebd65c

%43.44
%39.56
%17.01

CMYK Percentages of Color #ebd65c

%0
%9
%61
%8

Triadic Colors of #ebd65c

#ebd65c #5cebd6 #d65ceb

Analogous Colors of #ebd65c

#ebd65c #b9eb5c #eb8f5c

Monochromatic Colors of #ebd65c

#ebd65c

Complementary Color

#ebd65c #5c71eb

#ebd65c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd65c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd65c Color CSS Codes

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

#ebd65c Text Font Color

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

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


#ebd65c Background Color

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

This div background color is #ebd65c


#ebd65c Border Color

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

This div border color is #ebd65c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd65c


Comments

No comments written yet.

Please login to write comment.