color codes Logo

#edab2b color codes

#EDAB2B
(237,171,43)
0 Favorites   0 Comments

Color spaces of #edab2b

RGB 23717143
HSL0.110.840.55
HSV40°82°93°
CMYK 0.000.280.82   0.07
XYZ49.924047.30488.7850
Yxy47.30480.47090.4462
Hunter Lab68.77859.204840.5719
CIE-Lab74.384313.835169.4131

#edab2b color RGB value is (237,171,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101011 00101011
Octal 355 253 53
Decimal 237 171 43
Hex ED AB 2B

RGB Percentages of Color #edab2b

%52.55
%37.92
%9.53

CMYK Percentages of Color #edab2b

%0
%28
%82
%7

Triadic Colors of #edab2b

#edab2b #2bedab #ab2bed

Analogous Colors of #edab2b

#edab2b #ceed2b #ed4a2b

Monochromatic Colors of #edab2b

#edab2b

Complementary Color

#edab2b #2b6ded

#edab2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edab2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edab2b Color CSS Codes

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

#edab2b Text Font Color

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

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


#edab2b Background Color

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

This div background color is #edab2b


#edab2b Border Color

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

This div border color is #edab2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edab2b


Comments

No comments written yet.

Please login to write comment.