Color Hex Logo

#ebe247 Color Hex

#EBE247
(235,226,71)
0 Favorites   0 Comments

Color spaces of #ebe247

RGB 23522671
HSL0.160.800.60
HSV57°70°92°
CMYK 0.000.040.70   0.08
XYZ62.594672.509816.6579
Yxy72.50980.41250.4778
Hunter Lab85.1527-17.804248.0083
CIE-Lab88.2134-14.182172.7112

#ebe247 color RGB value is (235,226,71).

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

The process color (four color CMYK) of #ebe247 color hex is 0.00, 0.04, 0.70, 0.08. Web safe color of #ebe247 is #ffcc33. Color #ebe247 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 01000111
Octal 353 342 107
Decimal 235 226 71
Hex EB E2 47

RGB Percentages of Color #ebe247

%44.17
%42.48
%13.35

CMYK Percentages of Color #ebe247

%0
%4
%70
%8

Triadic Colors of #ebe247

#ebe247 #47ebe2 #e247eb

Analogous Colors of #ebe247

#ebe247 #a2eb47 #eb9047

Monochromatic Colors of #ebe247

#ebe247

Complementary Color

#ebe247 #4750eb

#ebe247 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe247 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe247 Color CSS Codes

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

#ebe247 Text Font Color

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

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


#ebe247 Background Color

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

This div background color is #ebe247


#ebe247 Border Color

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

This div border color is #ebe247


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe247


Comments

No comments written yet.

Please login to write comment.