color codes Logo

#eda82b color codes

#EDA82B
(237,168,43)
0 Favorites   0 Comments

Color spaces of #eda82b

RGB 23716843
HSL0.110.840.55
HSV39°82°93°
CMYK 0.000.290.82   0.07
XYZ49.363746.18428.5982
Yxy46.18420.47400.4435
Hunter Lab67.959010.729840.0699
CIE-Lab73.664915.421268.7897

#eda82b color RGB value is (237,168,43).

#eda82b hex color red value is 237, green value is 168 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #eda82b hue: 0.11 , saturation: 0.84 and the lightness value of eda82b is 0.55.

The process color (four color CMYK) of #eda82b color code is 0.00, 0.29, 0.82, 0.07. Web safe color of #eda82b is #ff9933. Color #eda82b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101000 00101011
Octal 355 250 53
Decimal 237 168 43
Hex ED A8 2B

RGB Percentages of Color #eda82b

%52.90
%37.50
%9.60

CMYK Percentages of Color #eda82b

%0
%29
%82
%7

Triadic Colors of #eda82b

#eda82b #2beda8 #a82bed

Analogous Colors of #eda82b

#eda82b #d1ed2b #ed472b

Monochromatic Colors of #eda82b

#eda82b

Complementary Color

#eda82b #2b70ed

#eda82b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eda82b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eda82b Color CSS Codes

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

#eda82b Text Font Color

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

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


#eda82b Background Color

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

This div background color is #eda82b


#eda82b Border Color

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

This div border color is #eda82b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eda82b


Comments

No comments written yet.

Please login to write comment.