Color Hex Logo

#ebdaaf Color Hex

#EBDAAF
(235,218,175)
0 Favorites   0 Comments

Color spaces of #ebdaaf

RGB 235218175
HSL0.120.600.80
HSV43°26°92°
CMYK 0.000.070.26   0.08
XYZ67.070270.900150.7076
Yxy70.90010.35550.3758
Hunter Lab84.2022-5.171923.2364
CIE-Lab87.4364-0.702923.3140

#ebdaaf color RGB value is (235,218,175).

#ebdaaf hex color red value is 235, green value is 218 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ebdaaf hue: 0.12 , saturation: 0.60 and the lightness value of ebdaaf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011010 10101111
Octal 353 332 257
Decimal 235 218 175
Hex EB DA AF

RGB Percentages of Color #ebdaaf

%37.42
%34.71
%27.87

CMYK Percentages of Color #ebdaaf

%0
%7
%26
%8

Triadic Colors of #ebdaaf

#ebdaaf #afebda #daafeb

Analogous Colors of #ebdaaf

#ebdaaf #deebaf #ebbcaf

Monochromatic Colors of #ebdaaf

#ebdaaf

Complementary Color

#ebdaaf #afc0eb

#ebdaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdaaf Color CSS Codes

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

#ebdaaf Text Font Color

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

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


#ebdaaf Background Color

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

This div background color is #ebdaaf


#ebdaaf Border Color

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

This div border color is #ebdaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdaaf


Comments

No comments written yet.

Please login to write comment.