Color Hex Logo

#ebb442 Color Hex

#EBB442
(235,180,66)
0 Favorites   0 Comments

Color spaces of #ebb442

RGB 23518066
HSL0.110.810.59
HSV40°72°92°
CMYK 0.000.230.72   0.08
XYZ51.565650.698012.2222
Yxy50.69800.45040.4428
Hunter Lab71.20254.667139.6644
CIE-Lab76.49579.108562.9978

#ebb442 color RGB value is (235,180,66).

#ebb442 hex color red value is 235, green value is 180 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #ebb442 hue: 0.11 , saturation: 0.81 and the lightness value of ebb442 is 0.59.

The process color (four color CMYK) of #ebb442 color hex is 0.00, 0.23, 0.72, 0.08. Web safe color of #ebb442 is #ffcc33. Color #ebb442 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110100 01000010
Octal 353 264 102
Decimal 235 180 66
Hex EB B4 42

RGB Percentages of Color #ebb442

%48.86
%37.42
%13.72

CMYK Percentages of Color #ebb442

%0
%23
%72
%8

Triadic Colors of #ebb442

#ebb442 #42ebb4 #b442eb

Analogous Colors of #ebb442

#ebb442 #ceeb42 #eb6042

Monochromatic Colors of #ebb442

#ebb442

Complementary Color

#ebb442 #4279eb

#ebb442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb442 Color CSS Codes

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

#ebb442 Text Font Color

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

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


#ebb442 Background Color

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

This div background color is #ebb442


#ebb442 Border Color

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

This div border color is #ebb442


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(235,180,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ebb442; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ebb442;
  -webkit-box-shadow: 1px 1px 3px 2px #ebb442;
  box-shadow:         1px 1px 3px 2px #ebb442; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,180,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb442


Comments

No comments written yet.

Please login to write comment.