Color Hex Logo

#ede43c Color Hex

#EDE43C
(237,228,60)
0 Favorites   0 Comments

Color spaces of #ede43c

RGB 23722860
HSL0.160.830.58
HSV57°75°93°
CMYK 0.000.040.75   0.07
XYZ63.484173.817615.1772
Yxy73.81760.41630.4841
Hunter Lab85.9172-18.461649.6685
CIE-Lab88.8362-14.815777.0532

#ede43c color RGB value is (237,228,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100100 00111100
Octal 355 344 74
Decimal 237 228 60
Hex ED E4 3C

RGB Percentages of Color #ede43c

%45.14
%43.43
%11.43

CMYK Percentages of Color #ede43c

%0
%4
%75
%7

Triadic Colors of #ede43c

#ede43c #3cede4 #e43ced

Analogous Colors of #ede43c

#ede43c #9eed3c #ed8c3c

Monochromatic Colors of #ede43c

#ede43c

Complementary Color

#ede43c #3c45ed

#ede43c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede43c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede43c Color CSS Codes

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

#ede43c Text Font Color

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

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


#ede43c Background Color

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

This div background color is #ede43c


#ede43c Border Color

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

This div border color is #ede43c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede43c


Comments

No comments written yet.

Please login to write comment.