Color Hex Logo

#ebdfac Color Hex

#EBDFAC
(235,223,172)
0 Favorites   0 Comments

Color spaces of #ebdfac

RGB 235223172
HSL0.130.610.80
HSV49°27°92°
CMYK 0.000.050.27   0.08
XYZ68.095073.416149.6115
Yxy73.41610.35630.3841
Hunter Lab85.6832-8.086325.6487
CIE-Lab88.6458-3.659826.5242

#ebdfac color RGB value is (235,223,172).

#ebdfac hex color red value is 235, green value is 223 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #ebdfac hue: 0.13 , saturation: 0.61 and the lightness value of ebdfac is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10101100
Octal 353 337 254
Decimal 235 223 172
Hex EB DF AC

RGB Percentages of Color #ebdfac

%37.30
%35.40
%27.30

CMYK Percentages of Color #ebdfac

%0
%5
%27
%8

Triadic Colors of #ebdfac

#ebdfac #acebdf #dfaceb

Analogous Colors of #ebdfac

#ebdfac #d8ebac #ebc0ac

Monochromatic Colors of #ebdfac

#ebdfac

Complementary Color

#ebdfac #acb8eb

#ebdfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfac Color CSS Codes

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

#ebdfac Text Font Color

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

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


#ebdfac Background Color

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

This div background color is #ebdfac


#ebdfac Border Color

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

This div border color is #ebdfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfac


Comments

No comments written yet.

Please login to write comment.