Color Hex Logo

#edcfb3 Color Hex

#EDCFB3
(237,207,179)
0 Favorites   0 Comments

Color spaces of #edcfb3

RGB 237207179
HSL0.080.620.82
HSV29°24°93°
CMYK 0.000.130.24   0.07
XYZ65.374665.884851.9193
Yxy65.88480.35690.3597
Hunter Lab81.16951.718918.8943
CIE-Lab84.93766.284617.7805

#edcfb3 color RGB value is (237,207,179).

#edcfb3 hex color red value is 237, green value is 207 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #edcfb3 hue: 0.08 , saturation: 0.62 and the lightness value of edcfb3 is 0.82.

The process color (four color CMYK) of #edcfb3 color hex is 0.00, 0.13, 0.24, 0.07. Web safe color of #edcfb3 is #ffcccc. Color #edcfb3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 10110011
Octal 355 317 263
Decimal 237 207 179
Hex ED CF B3

RGB Percentages of Color #edcfb3

%38.04
%33.23
%28.73

CMYK Percentages of Color #edcfb3

%0
%13
%24
%7

Triadic Colors of #edcfb3

#edcfb3 #b3edcf #cfb3ed

Analogous Colors of #edcfb3

#edcfb3 #edecb3 #edb3b4

Monochromatic Colors of #edcfb3

#edcfb3

Complementary Color

#edcfb3 #b3d1ed

#edcfb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcfb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcfb3 Color CSS Codes

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

#edcfb3 Text Font Color

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

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


#edcfb3 Background Color

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

This div background color is #edcfb3


#edcfb3 Border Color

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

This div border color is #edcfb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcfb3


Comments

No comments written yet.

Please login to write comment.