Color Hex Logo

#edcfab Color Hex

#EDCFAB
(237,207,171)
0 Favorites   0 Comments

Color spaces of #edcfab

RGB 237207171
HSL0.090.650.80
HSV33°28°93°
CMYK 0.000.130.28   0.07
XYZ64.588665.570447.7803
Yxy65.57040.36300.3685
Hunter Lab80.97560.669921.6983
CIE-Lab84.77685.201821.7708

#edcfab color RGB value is (237,207,171).

#edcfab hex color red value is 237, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #edcfab hue: 0.09 , saturation: 0.65 and the lightness value of edcfab is 0.80.

The process color (four color CMYK) of #edcfab color hex is 0.00, 0.13, 0.28, 0.07. Web safe color of #edcfab is #ffcc99. Color #edcfab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001111 10101011
Octal 355 317 253
Decimal 237 207 171
Hex ED CF AB

RGB Percentages of Color #edcfab

%38.54
%33.66
%27.80

CMYK Percentages of Color #edcfab

%0
%13
%28
%7

Triadic Colors of #edcfab

#edcfab #abedcf #cfabed

Analogous Colors of #edcfab

#edcfab #eaedab #edaeab

Monochromatic Colors of #edcfab

#edcfab

Complementary Color

#edcfab #abc9ed

#edcfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcfab Color CSS Codes

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

#edcfab Text Font Color

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

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


#edcfab Background Color

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

This div background color is #edcfab


#edcfab Border Color

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

This div border color is #edcfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcfab


Comments

No comments written yet.

Please login to write comment.