Color Hex Logo

#ebdabe Color Hex

#EBDABE
(235,218,190)
0 Favorites   0 Comments

Color spaces of #ebdabe

RGB 235218190
HSL0.100.530.83
HSV37°19°92°
CMYK 0.000.070.19   0.08
XYZ68.626671.522758.9034
Yxy71.52270.34480.3593
Hunter Lab84.5711-3.152717.9045
CIE-Lab87.73831.412815.8958

#ebdabe color RGB value is (235,218,190).

#ebdabe hex color red value is 235, green value is 218 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ebdabe hue: 0.10 , saturation: 0.53 and the lightness value of ebdabe is 0.83.

The process color (four color CMYK) of #ebdabe color hex is 0.00, 0.07, 0.19, 0.08. Web safe color of #ebdabe is #ffcccc. Color #ebdabe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 10111110
Octal 353 332 276
Decimal 235 218 190
Hex EB DA BE

RGB Percentages of Color #ebdabe

%36.55
%33.90
%29.55

CMYK Percentages of Color #ebdabe

%0
%7
%19
%8

Triadic Colors of #ebdabe

#ebdabe #beebda #dabeeb

Analogous Colors of #ebdabe

#ebdabe #e6ebbe #ebc4be

Monochromatic Colors of #ebdabe

#ebdabe

Complementary Color

#ebdabe #becfeb

#ebdabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdabe Color CSS Codes

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

#ebdabe Text Font Color

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

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


#ebdabe Background Color

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

This div background color is #ebdabe


#ebdabe Border Color

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

This div border color is #ebdabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdabe


Comments

No comments written yet.

Please login to write comment.