Color Hex Logo

#eda148 Color Hex

#EDA148
(237,161,72)
0 Favorites   0 Comments

Color spaces of #eda148

RGB 23716172
HSL0.090.820.61
HSV32°70°93°
CMYK 0.000.320.70   0.07
XYZ48.839643.962112.0423
Yxy43.96210.46580.4193
Hunter Lab66.303915.451635.6443
CIE-Lab72.203220.294356.0725

#eda148 color RGB value is (237,161,72).

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

The process color (four color CMYK) of #eda148 color hex is 0.00, 0.32, 0.70, 0.07. Web safe color of #eda148 is #ff9933. Color #eda148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 01001000
Octal 355 241 110
Decimal 237 161 72
Hex ED A1 48

RGB Percentages of Color #eda148

%50.43
%34.26
%15.32

CMYK Percentages of Color #eda148

%0
%32
%70
%7

Triadic Colors of #eda148

#eda148 #48eda1 #a148ed

Analogous Colors of #eda148

#eda148 #e7ed48 #ed4f48

Monochromatic Colors of #eda148

#eda148

Complementary Color

#eda148 #4894ed

#eda148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda148 Color CSS Codes

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

#eda148 Text Font Color

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

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


#eda148 Background Color

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

This div background color is #eda148


#eda148 Border Color

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

This div border color is #eda148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda148


Comments

No comments written yet.

Please login to write comment.