Color Hex Logo

#edab67 Color Hex

#EDAB67
(237,171,103)
0 Favorites   0 Comments

Color spaces of #edab67

RGB 237171103
HSL0.080.790.67
HSV30°57°93°
CMYK 0.000.280.57   0.07
XYZ51.936148.109619.3807
Yxy48.10960.43490.4028
Hunter Lab69.361112.275131.9861
CIE-Lab74.894016.986744.2102

#edab67 color RGB value is (237,171,103).

#edab67 hex color red value is 237, green value is 171 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #edab67 hue: 0.08 , saturation: 0.79 and the lightness value of edab67 is 0.67.

The process color (four color CMYK) of #edab67 color hex is 0.00, 0.28, 0.57, 0.07. Web safe color of #edab67 is #ff9966. Color #edab67 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 01100111
Octal 355 253 147
Decimal 237 171 103
Hex ED AB 67

RGB Percentages of Color #edab67

%46.38
%33.46
%20.16

CMYK Percentages of Color #edab67

%0
%28
%57
%7

Triadic Colors of #edab67

#edab67 #67edab #ab67ed

Analogous Colors of #edab67

#edab67 #eced67 #ed6867

Monochromatic Colors of #edab67

#edab67

Complementary Color

#edab67 #67a9ed

#edab67 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edab67 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edab67 Color CSS Codes

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

#edab67 Text Font Color

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

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


#edab67 Background Color

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

This div background color is #edab67


#edab67 Border Color

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

This div border color is #edab67


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edab67


Comments

No comments written yet.

Please login to write comment.