Color Hex Logo

#ebe969 Color Hex

#EBE969
(235,233,105)
0 Favorites   0 Comments

Color spaces of #ebe969

RGB 235233105
HSL0.160.760.67
HSV59°55°92°
CMYK 0.000.010.55   0.08
XYZ65.949776.959924.7434
Yxy76.95990.39340.4590
Hunter Lab87.7268-19.332344.6860
CIE-Lab90.3032-15.552261.2336

#ebe969 color RGB value is (235,233,105).

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

The process color (four color CMYK) of #ebe969 color hex is 0.00, 0.01, 0.55, 0.08. Web safe color of #ebe969 is #ffff66. Color #ebe969 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101001 01101001
Octal 353 351 151
Decimal 235 233 105
Hex EB E9 69

RGB Percentages of Color #ebe969

%41.01
%40.66
%18.32

CMYK Percentages of Color #ebe969

%0
%1
%55
%8

Triadic Colors of #ebe969

#ebe969 #69ebe9 #e969eb

Analogous Colors of #ebe969

#ebe969 #aceb69 #eba869

Monochromatic Colors of #ebe969

#ebe969

Complementary Color

#ebe969 #696beb

#ebe969 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe969 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe969 Color CSS Codes

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

#ebe969 Text Font Color

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

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


#ebe969 Background Color

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

This div background color is #ebe969


#ebe969 Border Color

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

This div border color is #ebe969


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe969


Comments

No comments written yet.

Please login to write comment.