Color Hex Logo

#edecb7 Color Hex

#EDECB7
(237,236,183)
0 Favorites   0 Comments

Color spaces of #edecb7

RGB 237236183
HSL0.160.600.82
HSV59°23°93°
CMYK 0.000.000.23   0.07
XYZ73.467781.414356.6421
Yxy81.41430.34730.3849
Hunter Lab90.2299-12.562625.9414
CIE-Lab92.3157-8.008525.9005

#edecb7 color RGB value is (237,236,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101100 10110111
Octal 355 354 267
Decimal 237 236 183
Hex ED EC B7

RGB Percentages of Color #edecb7

%36.13
%35.98
%27.90

CMYK Percentages of Color #edecb7

%0
%0
%23
%7

Triadic Colors of #edecb7

#edecb7 #b7edec #ecb7ed

Analogous Colors of #edecb7

#edecb7 #d3edb7 #edd1b7

Monochromatic Colors of #edecb7

#edecb7

Complementary Color

#edecb7 #b7b8ed

#edecb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edecb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edecb7 Color CSS Codes

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

#edecb7 Text Font Color

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

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


#edecb7 Background Color

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

This div background color is #edecb7


#edecb7 Border Color

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

This div border color is #edecb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edecb7


Comments

No comments written yet.

Please login to write comment.