Color Hex Logo

#eda38b Color Hex

#EDA38B
(237,163,139)
0 Favorites   0 Comments

Color spaces of #eda38b

RGB 237163139
HSL0.040.730.74
HSV15°41°93°
CMYK 0.000.310.41   0.07
XYZ52.682446.063030.5405
Yxy46.06300.40750.3563
Hunter Lab67.869719.784720.8291
CIE-Lab73.586424.571623.5405

#eda38b color RGB value is (237,163,139).

#eda38b hex color red value is 237, green value is 163 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #eda38b hue: 0.04 , saturation: 0.73 and the lightness value of eda38b is 0.74.

The process color (four color CMYK) of #eda38b color hex is 0.00, 0.31, 0.41, 0.07. Web safe color of #eda38b is #ff9999. Color #eda38b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100011 10001011
Octal 355 243 213
Decimal 237 163 139
Hex ED A3 8B

RGB Percentages of Color #eda38b

%43.97
%30.24
%25.79

CMYK Percentages of Color #eda38b

%0
%31
%41
%7

Triadic Colors of #eda38b

#eda38b #8beda3 #a38bed

Analogous Colors of #eda38b

#eda38b #edd48b #ed8ba4

Monochromatic Colors of #eda38b

#eda38b

Complementary Color

#eda38b #8bd5ed

#eda38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda38b Color CSS Codes

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

#eda38b Text Font Color

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

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


#eda38b Background Color

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

This div background color is #eda38b


#eda38b Border Color

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

This div border color is #eda38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda38b


Comments

No comments written yet.

Please login to write comment.