Color Hex Logo

#ede943 Color Hex

#EDE943
(237,233,67)
0 Favorites   0 Comments

Color spaces of #ede943

RGB 23723367
HSL0.160.830.60
HSV59°72°93°
CMYK 0.000.020.72   0.07
XYZ65.077176.687616.6824
Yxy76.68760.41070.4840
Hunter Lab87.5715-20.601150.0052
CIE-Lab90.1776-16.972176.0454

#ede943 color RGB value is (237,233,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101001 01000011
Octal 355 351 103
Decimal 237 233 67
Hex ED E9 43

RGB Percentages of Color #ede943

%44.13
%43.39
%12.48

CMYK Percentages of Color #ede943

%0
%2
%72
%7

Triadic Colors of #ede943

#ede943 #43ede9 #e943ed

Analogous Colors of #ede943

#ede943 #9ced43 #ed9443

Monochromatic Colors of #ede943

#ede943

Complementary Color

#ede943 #4347ed

#ede943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede943 Color CSS Codes

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

#ede943 Text Font Color

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

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


#ede943 Background Color

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

This div background color is #ede943


#ede943 Border Color

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

This div border color is #ede943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede943


Comments

No comments written yet.

Please login to write comment.