Color Hex Logo

#ebdfba Color Hex

#EBDFBA
(235,223,186)
0 Favorites   0 Comments

Color spaces of #ebdfba

RGB 235223186
HSL0.130.550.83
HSV45°21°92°
CMYK 0.000.050.21   0.08
XYZ69.511673.982757.0708
Yxy73.98270.34660.3689
Hunter Lab86.0132-6.268220.8696
CIE-Lab88.9143-1.736019.6312

#ebdfba color RGB value is (235,223,186).

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

The process color (four color CMYK) of #ebdfba color hex is 0.00, 0.05, 0.21, 0.08. Web safe color of #ebdfba is #ffcccc. Color #ebdfba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 10111010
Octal 353 337 272
Decimal 235 223 186
Hex EB DF BA

RGB Percentages of Color #ebdfba

%36.49
%34.63
%28.88

CMYK Percentages of Color #ebdfba

%0
%5
%21
%8

Triadic Colors of #ebdfba

#ebdfba #baebdf #dfbaeb

Analogous Colors of #ebdfba

#ebdfba #dfebba #ebc7ba

Monochromatic Colors of #ebdfba

#ebdfba

Complementary Color

#ebdfba #bac6eb

#ebdfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdfba Color CSS Codes

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

#ebdfba Text Font Color

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

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


#ebdfba Background Color

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

This div background color is #ebdfba


#ebdfba Border Color

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

This div border color is #ebdfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdfba


Comments

No comments written yet.

Please login to write comment.