Color Hex Logo

#edae34 Color Hex

#EDAE34
(237,174,52)
0 Favorites   0 Comments

Color spaces of #edae34

RGB 23717452
HSL0.110.840.57
HSV40°78°93°
CMYK 0.000.270.78   0.07
XYZ50.680948.52469.9438
Yxy48.52460.46430.4446
Hunter Lab69.65967.963540.2982
CIE-Lab75.154612.543467.0971

#edae34 color RGB value is (237,174,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101110 00110100
Octal 355 256 64
Decimal 237 174 52
Hex ED AE 34

RGB Percentages of Color #edae34

%51.19
%37.58
%11.23

CMYK Percentages of Color #edae34

%0
%27
%78
%7

Triadic Colors of #edae34

#edae34 #34edae #ae34ed

Analogous Colors of #edae34

#edae34 #d0ed34 #ed5234

Monochromatic Colors of #edae34

#edae34

Complementary Color

#edae34 #3473ed

#edae34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edae34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edae34 Color CSS Codes

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

#edae34 Text Font Color

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

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


#edae34 Background Color

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

This div background color is #edae34


#edae34 Border Color

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

This div border color is #edae34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edae34


Comments

No comments written yet.

Please login to write comment.