Color Hex Logo

#edb348 Color Hex

#EDB348
(237,179,72)
0 Favorites   0 Comments

Color spaces of #edb348

RGB 23717972
HSL0.110.820.61
HSV39°70°93°
CMYK 0.000.240.70   0.07
XYZ52.214950.712613.1674
Yxy50.71260.44980.4368
Hunter Lab71.21286.258138.8861
CIE-Lab76.504610.774760.5876

#edb348 color RGB value is (237,179,72).

#edb348 hex color red value is 237, green value is 179 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #edb348 hue: 0.11 , saturation: 0.82 and the lightness value of edb348 is 0.61.

The process color (four color CMYK) of #edb348 color hex is 0.00, 0.24, 0.70, 0.07. Web safe color of #edb348 is #ffcc33. Color #edb348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 01001000
Octal 355 263 110
Decimal 237 179 72
Hex ED B3 48

RGB Percentages of Color #edb348

%48.57
%36.68
%14.75

CMYK Percentages of Color #edb348

%0
%24
%70
%7

Triadic Colors of #edb348

#edb348 #48edb3 #b348ed

Analogous Colors of #edb348

#edb348 #d5ed48 #ed6148

Monochromatic Colors of #edb348

#edb348

Complementary Color

#edb348 #4882ed

#edb348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb348 Color CSS Codes

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

#edb348 Text Font Color

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

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


#edb348 Background Color

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

This div background color is #edb348


#edb348 Border Color

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

This div border color is #edb348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb348


Comments

No comments written yet.

Please login to write comment.