Color Hex Logo

#ebbb28 Color Hex

#EBBB28
(235,187,40)
0 Favorites   0 Comments

Color spaces of #ebbb28

RGB 23518740
HSL0.130.830.54
HSV45°83°92°
CMYK 0.000.200.83   0.08
XYZ52.414353.35609.5437
Yxy53.35600.45450.4627
Hunter Lab73.04520.255443.3851
CIE-Lab78.08474.484473.3736

#ebbb28 color RGB value is (235,187,40).

#ebbb28 hex color red value is 235, green value is 187 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #ebbb28 hue: 0.13 , saturation: 0.83 and the lightness value of ebbb28 is 0.54.

The process color (four color CMYK) of #ebbb28 color hex is 0.00, 0.20, 0.83, 0.08. Web safe color of #ebbb28 is #ffcc33. Color #ebbb28 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 00101000
Octal 353 273 50
Decimal 235 187 40
Hex EB BB 28

RGB Percentages of Color #ebbb28

%50.87
%40.48
%8.66

CMYK Percentages of Color #ebbb28

%0
%20
%83
%8

Triadic Colors of #ebbb28

#ebbb28 #28ebbb #bb28eb

Analogous Colors of #ebbb28

#ebbb28 #baeb28 #eb5a28

Monochromatic Colors of #ebbb28

#ebbb28

Complementary Color

#ebbb28 #2858eb

#ebbb28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbb28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbb28 Color CSS Codes

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

#ebbb28 Text Font Color

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

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


#ebbb28 Background Color

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

This div background color is #ebbb28


#ebbb28 Border Color

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

This div border color is #ebbb28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbb28


Comments

No comments written yet.

Please login to write comment.