Color Hex Logo

#edae1b Color Hex

#EDAE1B
(237,174,27)
0 Favorites   0 Comments

Color spaces of #edae1b

RGB 23717427
HSL0.120.850.52
HSV42°89°93°
CMYK 0.000.270.89   0.07
XYZ50.258948.35587.7216
Yxy48.35580.47260.4547
Hunter Lab69.53837.319042.0932
CIE-Lab75.048811.871174.1968

#edae1b color RGB value is (237,174,27).

#edae1b hex color red value is 237, green value is 174 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #edae1b hue: 0.12 , saturation: 0.85 and the lightness value of edae1b is 0.52.

The process color (four color CMYK) of #edae1b color hex is 0.00, 0.27, 0.89, 0.07. Web safe color of #edae1b is #ff9933. Color #edae1b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 00011011
Octal 355 256 33
Decimal 237 174 27
Hex ED AE 1B

RGB Percentages of Color #edae1b

%54.11
%39.73
%6.16

CMYK Percentages of Color #edae1b

%0
%27
%89
%7

Triadic Colors of #edae1b

#edae1b #1bedae #ae1bed

Analogous Colors of #edae1b

#edae1b #c3ed1b #ed451b

Monochromatic Colors of #edae1b

#edae1b

Complementary Color

#edae1b #1b5aed

#edae1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edae1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edae1b Color CSS Codes

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

#edae1b Text Font Color

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

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


#edae1b Background Color

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

This div background color is #edae1b


#edae1b Border Color

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

This div border color is #edae1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edae1b


Comments

No comments written yet.

Please login to write comment.