Color Hex Logo

#edef0b Color Hex

#EDEF0B
(237,239,11)
0 Favorites   0 Comments

Color spaces of #edef0b

RGB 23723911
HSL0.170.910.49
HSV61°95°94°
CMYK 0.010.000.95   0.06
XYZ65.852079.761712.2414
Yxy79.76170.41720.5053
Hunter Lab89.3094-24.675154.3899
CIE-Lab91.5778-21.265288.9509

#edef0b color RGB value is (237,239,11).

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

The process color (four color CMYK) of #edef0b color hex is 0.01, 0.00, 0.95, 0.06. Web safe color of #edef0b is #ffff00. Color #edef0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11101111 00001011
Octal 355 357 13
Decimal 237 239 11
Hex ED EF B

RGB Percentages of Color #edef0b

%48.67
%49.08
%2.26

CMYK Percentages of Color #edef0b

%1
%0
%95
%6

Triadic Colors of #edef0b

#edef0b #0bedef #ef0bed

Analogous Colors of #edef0b

#edef0b #7bef0b #ef7f0b

Monochromatic Colors of #edef0b

#edef0b

Complementary Color

#edef0b #0d0bef

#edef0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edef0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edef0b Color CSS Codes

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

#edef0b Text Font Color

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

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


#edef0b Background Color

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

This div background color is #edef0b


#edef0b Border Color

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

This div border color is #edef0b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,239,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 #edef0b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edef0b


Comments

No comments written yet.

Please login to write comment.