Color Hex Logo

#ede830 Color Hex

#EDE830
(237,232,48)
0 Favorites   0 Comments

Color spaces of #ede830

RGB 23723248
HSL0.160.840.56
HSV58°80°93°
CMYK 0.000.020.80   0.07
XYZ64.315275.931214.0627
Yxy75.93120.41680.4921
Hunter Lab87.1385-20.745151.4285
CIE-Lab89.8274-17.189081.3653

#ede830 color RGB value is (237,232,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101000 00110000
Octal 355 350 60
Decimal 237 232 48
Hex ED E8 30

RGB Percentages of Color #ede830

%45.84
%44.87
%9.28

CMYK Percentages of Color #ede830

%0
%2
%80
%7

Triadic Colors of #ede830

#ede830 #30ede8 #e830ed

Analogous Colors of #ede830

#ede830 #94ed30 #ed8a30

Monochromatic Colors of #ede830

#ede830

Complementary Color

#ede830 #3035ed

#ede830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede830 Color CSS Codes

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

#ede830 Text Font Color

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

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


#ede830 Background Color

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

This div background color is #ede830


#ede830 Border Color

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

This div border color is #ede830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede830


Comments

No comments written yet.

Please login to write comment.