Color Hex Logo

#ebdd74 Color Hex

#EBDD74
(235,221,116)
0 Favorites   0 Comments

Color spaces of #ebdd74

RGB 235221116
HSL0.150.750.69
HSV53°51°92°
CMYK 0.000.060.51   0.08
XYZ63.269870.636026.8224
Yxy70.63600.39360.4395
Hunter Lab84.0452-12.703239.9097
CIE-Lab87.3079-8.720352.7425

#ebdd74 color RGB value is (235,221,116).

#ebdd74 hex color red value is 235, green value is 221 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ebdd74 hue: 0.15 , saturation: 0.75 and the lightness value of ebdd74 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011101 01110100
Octal 353 335 164
Decimal 235 221 116
Hex EB DD 74

RGB Percentages of Color #ebdd74

%41.08
%38.64
%20.28

CMYK Percentages of Color #ebdd74

%0
%6
%51
%8

Triadic Colors of #ebdd74

#ebdd74 #74ebdd #dd74eb

Analogous Colors of #ebdd74

#ebdd74 #beeb74 #eba274

Monochromatic Colors of #ebdd74

#ebdd74

Complementary Color

#ebdd74 #7482eb

#ebdd74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdd74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdd74 Color CSS Codes

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

#ebdd74 Text Font Color

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

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


#ebdd74 Background Color

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

This div background color is #ebdd74


#ebdd74 Border Color

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

This div border color is #ebdd74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdd74


Comments

No comments written yet.

Please login to write comment.