Color Hex Logo

#ecdfb5 Color Hex

#ECDFB5
(236,223,181)
0 Favorites   0 Comments

Color spaces of #ecdfb5

RGB 236223181
HSL0.130.590.82
HSV46°23°93°
CMYK 0.000.060.23   0.07
XYZ69.320273.944454.3352
Yxy73.94440.35080.3742
Hunter Lab85.9909-6.589222.7300
CIE-Lab88.8962-2.071822.2188

#ecdfb5 color RGB value is (236,223,181).

#ecdfb5 hex color red value is 236, green value is 223 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ecdfb5 hue: 0.13 , saturation: 0.59 and the lightness value of ecdfb5 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011111 10110101
Octal 354 337 265
Decimal 236 223 181
Hex EC DF B5

RGB Percentages of Color #ecdfb5

%36.88
%34.84
%28.28

CMYK Percentages of Color #ecdfb5

%0
%6
%23
%7

Triadic Colors of #ecdfb5

#ecdfb5 #b5ecdf #dfb5ec

Analogous Colors of #ecdfb5

#ecdfb5 #deecb5 #ecc4b5

Monochromatic Colors of #ecdfb5

#ecdfb5

Complementary Color

#ecdfb5 #b5c2ec

#ecdfb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecdfb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecdfb5 Color CSS Codes

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

#ecdfb5 Text Font Color

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

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


#ecdfb5 Background Color

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

This div background color is #ecdfb5


#ecdfb5 Border Color

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

This div border color is #ecdfb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecdfb5


Comments

No comments written yet.

Please login to write comment.