Color Hex Logo

#ebde69 Color Hex

#EBDE69
(235,222,105)
0 Favorites   0 Comments

Color spaces of #ebde69

RGB 235222105
HSL0.150.760.67
HSV54°55°92°
CMYK 0.000.060.55   0.08
XYZ62.932070.924623.7376
Yxy70.92460.39930.4500
Hunter Lab84.2167-13.993042.2401
CIE-Lab87.4484-10.104357.9881

#ebde69 color RGB value is (235,222,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011110 01101001
Octal 353 336 151
Decimal 235 222 105
Hex EB DE 69

RGB Percentages of Color #ebde69

%41.81
%39.50
%18.68

CMYK Percentages of Color #ebde69

%0
%6
%55
%8

Triadic Colors of #ebde69

#ebde69 #69ebde #de69eb

Analogous Colors of #ebde69

#ebde69 #b7eb69 #eb9d69

Monochromatic Colors of #ebde69

#ebde69

Complementary Color

#ebde69 #6976eb

#ebde69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebde69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebde69 Color CSS Codes

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

#ebde69 Text Font Color

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

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


#ebde69 Background Color

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

This div background color is #ebde69


#ebde69 Border Color

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

This div border color is #ebde69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebde69


Comments

No comments written yet.

Please login to write comment.