Color Hex Logo

#ebdb70 Color Hex

#EBDB70
(235,219,112)
0 Favorites   0 Comments

Color spaces of #ebdb70

RGB 235219112
HSL0.140.750.68
HSV52°52°92°
CMYK 0.000.070.52   0.08
XYZ62.517169.495125.4481
Yxy69.49510.39700.4413
Hunter Lab83.3637-12.023740.2554
CIE-Lab86.7486-8.048153.9572

#ebdb70 color RGB value is (235,219,112).

#ebdb70 hex color red value is 235, green value is 219 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #ebdb70 hue: 0.14 , saturation: 0.75 and the lightness value of ebdb70 is 0.68.

The process color (four color CMYK) of #ebdb70 color hex is 0.00, 0.07, 0.52, 0.08. Web safe color of #ebdb70 is #ffcc66. Color #ebdb70 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 01110000
Octal 353 333 160
Decimal 235 219 112
Hex EB DB 70

RGB Percentages of Color #ebdb70

%41.52
%38.69
%19.79

CMYK Percentages of Color #ebdb70

%0
%7
%52
%8

Triadic Colors of #ebdb70

#ebdb70 #70ebdb #db70eb

Analogous Colors of #ebdb70

#ebdb70 #beeb70 #eb9e70

Monochromatic Colors of #ebdb70

#ebdb70

Complementary Color

#ebdb70 #7080eb

#ebdb70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb70 Color CSS Codes

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

#ebdb70 Text Font Color

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

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


#ebdb70 Background Color

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

This div background color is #ebdb70


#ebdb70 Border Color

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

This div border color is #ebdb70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb70


Comments

No comments written yet.

Please login to write comment.