Color Hex Logo

#ede10b Color Hex

#EDE10B
(237,225,11)
0 Favorites   0 Comments

Color spaces of #ede10b

RGB 23722511
HSL0.160.910.49
HSV57°95°93°
CMYK 0.000.050.95   0.07
XYZ61.910771.879110.9276
Yxy71.87910.42780.4967
Hunter Lab84.7815-18.020251.7051
CIE-Lab87.9104-14.466086.2125

#ede10b color RGB value is (237,225,11).

#ede10b hex color red value is 237, green value is 225 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ede10b hue: 0.16 , saturation: 0.91 and the lightness value of ede10b is 0.49.

The process color (four color CMYK) of #ede10b color hex is 0.00, 0.05, 0.95, 0.07. Web safe color of #ede10b is #ffcc00. Color #ede10b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11100001 00001011
Octal 355 341 13
Decimal 237 225 11
Hex ED E1 B

RGB Percentages of Color #ede10b

%50.11
%47.57
%2.33

CMYK Percentages of Color #ede10b

%0
%5
%95
%7

Triadic Colors of #ede10b

#ede10b #0bede1 #e10bed

Analogous Colors of #ede10b

#ede10b #88ed0b #ed700b

Monochromatic Colors of #ede10b

#ede10b

Complementary Color

#ede10b #0b17ed

#ede10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ede10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ede10b Color CSS Codes

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

#ede10b Text Font Color

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

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


#ede10b Background Color

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

This div background color is #ede10b


#ede10b Border Color

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

This div border color is #ede10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ede10b


Comments

No comments written yet.

Please login to write comment.