Color Hex Logo

#ebb248 Color Hex

#EBB248
(235,178,72)
0 Favorites   0 Comments

Color spaces of #ebb248

RGB 23517872
HSL0.110.800.60
HSV39°69°92°
CMYK 0.000.240.69   0.08
XYZ51.351049.970813.0697
Yxy49.97080.44890.4368
Hunter Lab70.69005.959338.5210
CIE-Lab76.051310.457460.0513

#ebb248 color RGB value is (235,178,72).

#ebb248 hex color red value is 235, green value is 178 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #ebb248 hue: 0.11 , saturation: 0.80 and the lightness value of ebb248 is 0.60.

The process color (four color CMYK) of #ebb248 color hex is 0.00, 0.24, 0.69, 0.08. Web safe color of #ebb248 is #ff9933. Color #ebb248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10110010 01001000
Octal 353 262 110
Decimal 235 178 72
Hex EB B2 48

RGB Percentages of Color #ebb248

%48.45
%36.70
%14.85

CMYK Percentages of Color #ebb248

%0
%24
%69
%8

Triadic Colors of #ebb248

#ebb248 #48ebb2 #b248eb

Analogous Colors of #ebb248

#ebb248 #d3eb48 #eb6148

Monochromatic Colors of #ebb248

#ebb248

Complementary Color

#ebb248 #4881eb

#ebb248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb248 Color CSS Codes

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

#ebb248 Text Font Color

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

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


#ebb248 Background Color

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

This div background color is #ebb248


#ebb248 Border Color

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

This div border color is #ebb248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb248


Comments

No comments written yet.

Please login to write comment.