Color Hex Logo

#edb368 Color Hex

#EDB368
(237,179,104)
0 Favorites   0 Comments

Color spaces of #edb368

RGB 237179104
HSL0.090.790.67
HSV34°56°93°
CMYK 0.000.240.56   0.07
XYZ53.543851.244220.1658
Yxy51.24420.42850.4101
Hunter Lab71.58518.239633.4073
CIE-Lab76.826712.831246.0433

#edb368 color RGB value is (237,179,104).

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

The process color (four color CMYK) of #edb368 color hex is 0.00, 0.24, 0.56, 0.07. Web safe color of #edb368 is #ffcc66. Color #edb368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 01101000
Octal 355 263 150
Decimal 237 179 104
Hex ED B3 68

RGB Percentages of Color #edb368

%45.58
%34.42
%20.00

CMYK Percentages of Color #edb368

%0
%24
%56
%7

Triadic Colors of #edb368

#edb368 #68edb3 #b368ed

Analogous Colors of #edb368

#edb368 #e5ed68 #ed7168

Monochromatic Colors of #edb368

#edb368

Complementary Color

#edb368 #68a2ed

#edb368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb368 Color CSS Codes

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

#edb368 Text Font Color

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

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


#edb368 Background Color

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

This div background color is #edb368


#edb368 Border Color

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

This div border color is #edb368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb368

#edb368 Color Palettes


Comments

No comments written yet.

Please login to write comment.