Color Hex Logo

#ebe006 Color Hex

#EBE006
(235,224,6)
0 Favorites   0 Comments

Color spaces of #ebe006

RGB 2352246
HSL0.160.950.47
HSV57°97°92°
CMYK 0.000.050.97   0.08
XYZ60.949570.986610.6617
Yxy70.98660.42740.4978
Hunter Lab84.2535-18.315851.4747
CIE-Lab87.4785-14.859386.2279

#ebe006 color RGB value is (235,224,6).

#ebe006 hex color red value is 235, green value is 224 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #ebe006 hue: 0.16 , saturation: 0.95 and the lightness value of ebe006 is 0.47.

The process color (four color CMYK) of #ebe006 color hex is 0.00, 0.05, 0.97, 0.08. Web safe color of #ebe006 is #ffcc00. Color #ebe006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100000 00000110
Octal 353 340 6
Decimal 235 224 6
Hex EB E0 6

RGB Percentages of Color #ebe006

%50.54
%48.17
%1.29

CMYK Percentages of Color #ebe006

%0
%5
%97
%8

Triadic Colors of #ebe006

#ebe006 #06ebe0 #e006eb

Analogous Colors of #ebe006

#ebe006 #84eb06 #eb6e06

Monochromatic Colors of #ebe006

#ebe006

Complementary Color

#ebe006 #0611eb

#ebe006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe006 Color CSS Codes

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

#ebe006 Text Font Color

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

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


#ebe006 Background Color

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

This div background color is #ebe006


#ebe006 Border Color

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

This div border color is #ebe006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe006


Comments

No comments written yet.

Please login to write comment.