Color Hex Logo

#eda14b Color Hex

#EDA14B
(237,161,75)
0 Favorites   0 Comments

Color spaces of #eda14b

RGB 23716175
HSL0.090.820.61
HSV32°68°93°
CMYK 0.000.320.68   0.07
XYZ48.939944.002312.5705
Yxy44.00230.46380.4170
Hunter Lab66.334215.608435.1984
CIE-Lab72.230020.452554.7353

#eda14b color RGB value is (237,161,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10100001 01001011
Octal 355 241 113
Decimal 237 161 75
Hex ED A1 4B

RGB Percentages of Color #eda14b

%50.11
%34.04
%15.86

CMYK Percentages of Color #eda14b

%0
%32
%68
%7

Triadic Colors of #eda14b

#eda14b #4beda1 #a14bed

Analogous Colors of #eda14b

#eda14b #e8ed4b #ed504b

Monochromatic Colors of #eda14b

#eda14b

Complementary Color

#eda14b #4b97ed

#eda14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda14b Color CSS Codes

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

#eda14b Text Font Color

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

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


#eda14b Background Color

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

This div background color is #eda14b


#eda14b Border Color

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

This div border color is #eda14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda14b


Comments

No comments written yet.

Please login to write comment.