color codes Logo

#eebc0b color codes

#EEBC0B
(238,188,11)
0 Favorites   0 Comments

Color spaces of #eebc0b

RGB 23818811
HSL0.130.910.49
HSV47°95°93°
CMYK 0.000.210.95   0.07
XYZ53.303554.16777.9626
Yxy54.16770.46180.4693
Hunter Lab73.59870.480045.1045
CIE-Lab78.55944.743979.3972

#eebc0b color RGB value is (238,188,11).

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

The process color (four color CMYK) of #eebc0b color code is 0.00, 0.21, 0.95, 0.07. Web safe color of #eebc0b is #ffcc00. Color #eebc0b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111100 00001011
Octal 356 274 13
Decimal 238 188 11
Hex EE BC B

RGB Percentages of Color #eebc0b

%54.46
%43.02
%2.52

CMYK Percentages of Color #eebc0b

%0
%21
%95
%7

Triadic Colors of #eebc0b

#eebc0b #0beebc #bc0bee

Analogous Colors of #eebc0b

#eebc0b #afee0b #ee4b0b

Monochromatic Colors of #eebc0b

#eebc0b

Complementary Color

#eebc0b #0b3dee

#eebc0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebc0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebc0b Color CSS Codes

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

#eebc0b Text Font Color

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

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


#eebc0b Background Color

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

This div background color is #eebc0b


#eebc0b Border Color

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

This div border color is #eebc0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebc0b


Comments

No comments written yet.

Please login to write comment.