Color Hex Logo

#ede542 Color Hex

#EDE542
(237,229,66)
0 Favorites   0 Comments

Color spaces of #ede542

RGB 23722966
HSL0.160.830.59
HSV57°72°93°
CMYK 0.000.030.72   0.07
XYZ63.927774.436516.1526
Yxy74.43650.41370.4817
Hunter Lab86.2766-18.722349.2934
CIE-Lab89.1284-15.059475.3815

#ede542 color RGB value is (237,229,66).

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

The process color (four color CMYK) of #ede542 color hex is 0.00, 0.03, 0.72, 0.07. Web safe color of #ede542 is #ffcc33. Color #ede542 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100101 01000010
Octal 355 345 102
Decimal 237 229 66
Hex ED E5 42

RGB Percentages of Color #ede542

%44.55
%43.05
%12.41

CMYK Percentages of Color #ede542

%0
%3
%72
%7

Triadic Colors of #ede542

#ede542 #42ede5 #e542ed

Analogous Colors of #ede542

#ede542 #a0ed42 #ed9042

Monochromatic Colors of #ede542

#ede542

Complementary Color

#ede542 #424aed

#ede542 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede542 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede542 Color CSS Codes

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

#ede542 Text Font Color

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

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


#ede542 Background Color

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

This div background color is #ede542


#ede542 Border Color

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

This div border color is #ede542


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede542


Comments

No comments written yet.

Please login to write comment.