Color Hex Logo

#ede848 Color Hex

#EDE848
(237,232,72)
0 Favorites   0 Comments

Color spaces of #ede848

RGB 23723272
HSL0.160.820.61
HSV58°70°93°
CMYK 0.000.020.70   0.07
XYZ64.951476.185617.4129
Yxy76.18560.40970.4805
Hunter Lab87.2844-19.919449.2709
CIE-Lab89.9454-16.255374.1053

#ede848 color RGB value is (237,232,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 01001000
Octal 355 350 110
Decimal 237 232 72
Hex ED E8 48

RGB Percentages of Color #ede848

%43.81
%42.88
%13.31

CMYK Percentages of Color #ede848

%0
%2
%70
%7

Triadic Colors of #ede848

#ede848 #48ede8 #e848ed

Analogous Colors of #ede848

#ede848 #a0ed48 #ed9648

Monochromatic Colors of #ede848

#ede848

Complementary Color

#ede848 #484ded

#ede848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede848 Color CSS Codes

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

#ede848 Text Font Color

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

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


#ede848 Background Color

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

This div background color is #ede848


#ede848 Border Color

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

This div border color is #ede848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede848


Comments

No comments written yet.

Please login to write comment.