Color Hex Logo

#ede328 Color Hex

#EDE328
(237,227,40)
0 Favorites   0 Comments

Color spaces of #ede328

RGB 23722740
HSL0.160.850.54
HSV57°83°93°
CMYK 0.000.040.83   0.07
XYZ62.777173.095912.8077
Yxy73.09590.42220.4916
Hunter Lab85.4961-18.551450.9654
CIE-Lab88.4934-14.966882.1669

#ede328 color RGB value is (237,227,40).

#ede328 hex color red value is 237, green value is 227 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #ede328 hue: 0.16 , saturation: 0.85 and the lightness value of ede328 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100011 00101000
Octal 355 343 50
Decimal 237 227 40
Hex ED E3 28

RGB Percentages of Color #ede328

%47.02
%45.04
%7.94

CMYK Percentages of Color #ede328

%0
%4
%83
%7

Triadic Colors of #ede328

#ede328 #28ede3 #e328ed

Analogous Colors of #ede328

#ede328 #95ed28 #ed8128

Monochromatic Colors of #ede328

#ede328

Complementary Color

#ede328 #2832ed

#ede328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede328 Color CSS Codes

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

#ede328 Text Font Color

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

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


#ede328 Background Color

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

This div background color is #ede328


#ede328 Border Color

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

This div border color is #ede328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede328


Comments

No comments written yet.

Please login to write comment.