Color Hex Logo

#edecb6 Color Hex

#EDECB6
(237,236,182)
0 Favorites   0 Comments

Color spaces of #edecb6

RGB 237236182
HSL0.160.600.82
HSV59°23°93°
CMYK 0.000.000.23   0.07
XYZ73.364081.372856.0958
Yxy81.37280.34800.3860
Hunter Lab90.2069-12.690526.2749
CIE-Lab92.2973-8.145226.3876

#edecb6 color RGB value is (237,236,182).

#edecb6 hex color red value is 237, green value is 236 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #edecb6 hue: 0.16 , saturation: 0.60 and the lightness value of edecb6 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 10110110
Octal 355 354 266
Decimal 237 236 182
Hex ED EC B6

RGB Percentages of Color #edecb6

%36.18
%36.03
%27.79

CMYK Percentages of Color #edecb6

%0
%0
%23
%7

Triadic Colors of #edecb6

#edecb6 #b6edec #ecb6ed

Analogous Colors of #edecb6

#edecb6 #d3edb6 #edd1b6

Monochromatic Colors of #edecb6

#edecb6

Complementary Color

#edecb6 #b6b7ed

#edecb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edecb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edecb6 Color CSS Codes

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

#edecb6 Text Font Color

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

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


#edecb6 Background Color

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

This div background color is #edecb6


#edecb6 Border Color

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

This div border color is #edecb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edecb6

#edecb6 Color Palettes


Comments

No comments written yet.

Please login to write comment.