Color Hex Logo

#edebda Color Hex

#EDEBDA
(237,235,218)
0 Favorites   0 Comments

Color spaces of #edebda

RGB 237235218
HSL0.150.350.89
HSV54°93°
CMYK 0.000.010.08   0.07
XYZ77.288382.483178.1770
Yxy82.48310.32480.3466
Hunter Lab90.8202-7.031312.5380
CIE-Lab92.7877-2.22248.4756

#edebda color RGB value is (237,235,218).

#edebda hex color red value is 237, green value is 235 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #edebda hue: 0.15 , saturation: 0.35 and the lightness value of edebda is 0.89.

The process color (four color CMYK) of #edebda color hex is 0.00, 0.01, 0.08, 0.07. Web safe color of #edebda is #ffffcc. Color #edebda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101011 11011010
Octal 355 353 332
Decimal 237 235 218
Hex ED EB DA

RGB Percentages of Color #edebda

%34.35
%34.06
%31.59

CMYK Percentages of Color #edebda

%0
%1
%8
%7

Triadic Colors of #edebda

#edebda #daedeb #ebdaed

Analogous Colors of #edebda

#edebda #e6edda #ede2da

Monochromatic Colors of #edebda

#edebda

Complementary Color

#edebda #dadced

#edebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#edebda Color CSS Codes

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

#edebda Text Font Color

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

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


#edebda Background Color

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

This div background color is #edebda


#edebda Border Color

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

This div border color is #edebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edebda


Comments

No comments written yet.

Please login to write comment.