Color Hex Logo

#edc167 Color Hex

#EDC167
(237,193,103)
0 Favorites   0 Comments

Color spaces of #edc167

RGB 237193103
HSL0.110.790.67
HSV40°57°93°
CMYK 0.000.190.57   0.07
XYZ56.443257.123720.8831
Yxy57.12370.41980.4249
Hunter Lab75.58021.038236.5241
CIE-Lab80.24915.402550.6081

#edc167 color RGB value is (237,193,103).

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

The process color (four color CMYK) of #edc167 color hex is 0.00, 0.19, 0.57, 0.07. Web safe color of #edc167 is #ffcc66. Color #edc167 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000001 01100111
Octal 355 301 147
Decimal 237 193 103
Hex ED C1 67

RGB Percentages of Color #edc167

%44.47
%36.21
%19.32

CMYK Percentages of Color #edc167

%0
%19
%57
%7

Triadic Colors of #edc167

#edc167 #67edc1 #c167ed

Analogous Colors of #edc167

#edc167 #d6ed67 #ed7e67

Monochromatic Colors of #edc167

#edc167

Complementary Color

#edc167 #6793ed

#edc167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc167 Color CSS Codes

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

#edc167 Text Font Color

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

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


#edc167 Background Color

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

This div background color is #edc167


#edc167 Border Color

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

This div border color is #edc167


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,193,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 #edc167">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc167


Comments

No comments written yet.

Please login to write comment.