Color Hex Logo

#eced0b Color Hex

#ECED0B
(236,237,11)
0 Favorites   0 Comments

Color spaces of #eced0b

RGB 23623711
HSL0.170.910.49
HSV60°95°93°
CMYK 0.000.000.95   0.07
XYZ64.936778.425412.0317
Yxy78.42540.41790.5047
Hunter Lab88.5581-24.088653.9354
CIE-Lab90.9737-20.720588.4637

#eced0b color RGB value is (236,237,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101101 00001011
Octal 354 355 13
Decimal 236 237 11
Hex EC ED B

RGB Percentages of Color #eced0b

%48.76
%48.97
%2.27

CMYK Percentages of Color #eced0b

%0
%0
%95
%7

Triadic Colors of #eced0b

#eced0b #0beced #ed0bec

Analogous Colors of #eced0b

#eced0b #7bed0b #ed7d0b

Monochromatic Colors of #eced0b

#eced0b

Complementary Color

#eced0b #0c0bed

#eced0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eced0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eced0b Color CSS Codes

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

#eced0b Text Font Color

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

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


#eced0b Background Color

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

This div background color is #eced0b


#eced0b Border Color

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

This div border color is #eced0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eced0b


Comments

No comments written yet.

Please login to write comment.