Color Hex Logo

#ede432 Color Hex

#EDE432
(237,228,50)
0 Favorites   0 Comments

Color spaces of #ede432

RGB 23722850
HSL0.160.840.56
HSV57°79°93°
CMYK 0.000.040.79   0.07
XYZ63.244273.721613.9140
Yxy73.72160.41920.4886
Hunter Lab85.8613-18.776750.4948
CIE-Lab88.7907-15.171079.9355

#ede432 color RGB value is (237,228,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 00110010
Octal 355 344 62
Decimal 237 228 50
Hex ED E4 32

RGB Percentages of Color #ede432

%46.02
%44.27
%9.71

CMYK Percentages of Color #ede432

%0
%4
%79
%7

Triadic Colors of #ede432

#ede432 #32ede4 #e432ed

Analogous Colors of #ede432

#ede432 #99ed32 #ed8732

Monochromatic Colors of #ede432

#ede432

Complementary Color

#ede432 #323bed

#ede432 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede432 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede432 Color CSS Codes

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

#ede432 Text Font Color

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

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


#ede432 Background Color

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

This div background color is #ede432


#ede432 Border Color

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

This div border color is #ede432


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede432


Comments

No comments written yet.

Please login to write comment.