Color Hex Logo

#ede132 Color Hex

#EDE132
(237,225,50)
0 Favorites   0 Comments

Color spaces of #ede132

RGB 23722550
HSL0.160.840.56
HSV56°79°93°
CMYK 0.000.050.79   0.07
XYZ62.426072.085213.6413
Yxy72.08520.42140.4866
Hunter Lab84.9030-17.335949.9060
CIE-Lab88.0096-13.694579.2512

#ede132 color RGB value is (237,225,50).

#ede132 hex color red value is 237, green value is 225 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #ede132 hue: 0.16 , saturation: 0.84 and the lightness value of ede132 is 0.56.

The process color (four color CMYK) of #ede132 color hex is 0.00, 0.05, 0.79, 0.07. Web safe color of #ede132 is #ffcc33. Color #ede132 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 00110010
Octal 355 341 62
Decimal 237 225 50
Hex ED E1 32

RGB Percentages of Color #ede132

%46.29
%43.95
%9.77

CMYK Percentages of Color #ede132

%0
%5
%79
%7

Triadic Colors of #ede132

#ede132 #32ede1 #e132ed

Analogous Colors of #ede132

#ede132 #9ced32 #ed8432

Monochromatic Colors of #ede132

#ede132

Complementary Color

#ede132 #323eed

#ede132 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede132 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede132 Color CSS Codes

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

#ede132 Text Font Color

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

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


#ede132 Background Color

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

This div background color is #ede132


#ede132 Border Color

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

This div border color is #ede132


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede132


Comments

No comments written yet.

Please login to write comment.