Color Hex Logo

#ebd669 Color Hex

#EBD669
(235,214,105)
0 Favorites   0 Comments

Color spaces of #ebd669

RGB 235214105
HSL0.140.760.67
HSV50°55°92°
CMYK 0.000.090.55   0.08
XYZ60.857366.775223.0460
Yxy66.77520.40390.4432
Hunter Lab81.7161-10.067040.4800
CIE-Lab85.3903-6.075955.6203

#ebd669 color RGB value is (235,214,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010110 01101001
Octal 353 326 151
Decimal 235 214 105
Hex EB D6 69

RGB Percentages of Color #ebd669

%42.42
%38.63
%18.95

CMYK Percentages of Color #ebd669

%0
%9
%55
%8

Triadic Colors of #ebd669

#ebd669 #69ebd6 #d669eb

Analogous Colors of #ebd669

#ebd669 #bfeb69 #eb9569

Monochromatic Colors of #ebd669

#ebd669

Complementary Color

#ebd669 #697eeb

#ebd669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd669 Color CSS Codes

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

#ebd669 Text Font Color

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

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


#ebd669 Background Color

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

This div background color is #ebd669


#ebd669 Border Color

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

This div border color is #ebd669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd669


Comments

No comments written yet.

Please login to write comment.