color codes Logo

#ebd65b color codes

#EBD65B
(235,214,91)
0 Favorites   0 Comments

Color spaces of #ebd65b

RGB 23521491
HSL0.140.780.64
HSV51°61°92°
CMYK 0.000.090.61   0.08
XYZ60.195866.510619.5627
Yxy66.51060.41150.4547
Hunter Lab81.5540-10.967042.8657
CIE-Lab85.2562-7.065161.7250

#ebd65b color RGB value is (235,214,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 01011011
Octal 353 326 133
Decimal 235 214 91
Hex EB D6 5B

RGB Percentages of Color #ebd65b

%43.52
%39.63
%16.85

CMYK Percentages of Color #ebd65b

%0
%9
%61
%8

Triadic Colors of #ebd65b

#ebd65b #5bebd6 #d65beb

Analogous Colors of #ebd65b

#ebd65b #b8eb5b #eb8e5b

Monochromatic Colors of #ebd65b

#ebd65b

Complementary Color

#ebd65b #5b70eb

#ebd65b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd65b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd65b Color CSS Codes

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

#ebd65b Text Font Color

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

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


#ebd65b Background Color

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

This div background color is #ebd65b


#ebd65b Border Color

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

This div border color is #ebd65b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd65b

#ebd65b Color Palettes


Comments

No comments written yet.

Please login to write comment.