Color Hex Logo

#ede250 Color Hex

#EDE250
(237,226,80)
0 Favorites   0 Comments

Color spaces of #ede250

RGB 23722680
HSL0.150.810.62
HSV56°66°93°
CMYK 0.000.050.66   0.07
XYZ63.569472.976418.3248
Yxy72.97640.41050.4712
Hunter Lab85.4262-16.666247.0800
CIE-Lab88.4365-12.897069.6407

#ede250 color RGB value is (237,226,80).

#ede250 hex color red value is 237, green value is 226 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #ede250 hue: 0.15 , saturation: 0.81 and the lightness value of ede250 is 0.62.

The process color (four color CMYK) of #ede250 color hex is 0.00, 0.05, 0.66, 0.07. Web safe color of #ede250 is #ffcc66. Color #ede250 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100010 01010000
Octal 355 342 120
Decimal 237 226 80
Hex ED E2 50

RGB Percentages of Color #ede250

%43.65
%41.62
%14.73

CMYK Percentages of Color #ede250

%0
%5
%66
%7

Triadic Colors of #ede250

#ede250 #50ede2 #e250ed

Analogous Colors of #ede250

#ede250 #aaed50 #ed9450

Monochromatic Colors of #ede250

#ede250

Complementary Color

#ede250 #505bed

#ede250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede250 Color CSS Codes

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

#ede250 Text Font Color

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

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


#ede250 Background Color

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

This div background color is #ede250


#ede250 Border Color

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

This div border color is #ede250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede250


Comments

No comments written yet.

Please login to write comment.