Color Hex Logo

#ebdb83 Color Hex

#EBDB83
(235,219,131)
0 Favorites   0 Comments

Color spaces of #ebdb83

RGB 235219131
HSL0.140.720.72
HSV51°44°92°
CMYK 0.000.070.44   0.08
XYZ63.689269.963931.6203
Yxy69.96390.38540.4233
Hunter Lab83.6444-10.462936.1376
CIE-Lab86.9792-6.341045.1064

#ebdb83 color RGB value is (235,219,131).

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

The process color (four color CMYK) of #ebdb83 color hex is 0.00, 0.07, 0.44, 0.08. Web safe color of #ebdb83 is #ffcc99. Color #ebdb83 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011011 10000011
Octal 353 333 203
Decimal 235 219 131
Hex EB DB 83

RGB Percentages of Color #ebdb83

%40.17
%37.44
%22.39

CMYK Percentages of Color #ebdb83

%0
%7
%44
%8

Triadic Colors of #ebdb83

#ebdb83 #83ebdb #db83eb

Analogous Colors of #ebdb83

#ebdb83 #c7eb83 #eba783

Monochromatic Colors of #ebdb83

#ebdb83

Complementary Color

#ebdb83 #8393eb

#ebdb83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdb83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdb83 Color CSS Codes

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

#ebdb83 Text Font Color

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

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


#ebdb83 Background Color

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

This div background color is #ebdb83


#ebdb83 Border Color

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

This div border color is #ebdb83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdb83


Comments

No comments written yet.

Please login to write comment.