Color Hex Logo

#ebdf96 Color Hex

#EBDF96
(235,223,150)
0 Favorites   0 Comments

Color spaces of #ebdf96

RGB 235223150
HSL0.140.680.75
HSV52°36°92°
CMYK 0.000.050.36   0.08
XYZ66.153672.639539.3883
Yxy72.63950.37130.4077
Hunter Lab85.2288-10.600832.2594
CIE-Lab88.2755-6.356637.2796

#ebdf96 color RGB value is (235,223,150).

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

The process color (four color CMYK) of #ebdf96 color hex is 0.00, 0.05, 0.36, 0.08. Web safe color of #ebdf96 is #ffcc99. Color #ebdf96 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10010110
Octal 353 337 226
Decimal 235 223 150
Hex EB DF 96

RGB Percentages of Color #ebdf96

%38.65
%36.68
%24.67

CMYK Percentages of Color #ebdf96

%0
%5
%36
%8

Triadic Colors of #ebdf96

#ebdf96 #96ebdf #df96eb

Analogous Colors of #ebdf96

#ebdf96 #cdeb96 #ebb596

Monochromatic Colors of #ebdf96

#ebdf96

Complementary Color

#ebdf96 #96a2eb

#ebdf96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf96 Color CSS Codes

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

#ebdf96 Text Font Color

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

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


#ebdf96 Background Color

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

This div background color is #ebdf96


#ebdf96 Border Color

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

This div border color is #ebdf96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf96


Comments

No comments written yet.

Please login to write comment.