Color Hex Logo

#edea48 Color Hex

#EDEA48
(237,234,72)
0 Favorites   0 Comments

Color spaces of #edea48

RGB 23723472
HSL0.160.820.61
HSV59°70°93°
CMYK 0.000.010.70   0.07
XYZ65.517677.318017.6016
Yxy77.31800.40840.4819
Hunter Lab87.9307-20.877349.6830
CIE-Lab90.4678-17.230774.6151

#edea48 color RGB value is (237,234,72).

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

The process color (four color CMYK) of #edea48 color hex is 0.00, 0.01, 0.70, 0.07. Web safe color of #edea48 is #ffff33. Color #edea48 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101010 01001000
Octal 355 352 110
Decimal 237 234 72
Hex ED EA 48

RGB Percentages of Color #edea48

%43.65
%43.09
%13.26

CMYK Percentages of Color #edea48

%0
%1
%70
%7

Triadic Colors of #edea48

#edea48 #48edea #ea48ed

Analogous Colors of #edea48

#edea48 #9eed48 #ed9848

Monochromatic Colors of #edea48

#edea48

Complementary Color

#edea48 #484bed

#edea48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edea48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edea48 Color CSS Codes

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

#edea48 Text Font Color

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

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


#edea48 Background Color

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

This div background color is #edea48


#edea48 Border Color

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

This div border color is #edea48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edea48


Comments

No comments written yet.

Please login to write comment.