Color Hex Logo

#ebeb07 Color Hex

#EBEB07
(235,235,7)
0 Favorites   0 Comments

Color spaces of #ebeb07

RGB 2352357
HSL0.170.940.47
HSV60°97°92°
CMYK 0.000.000.97   0.08
XYZ64.007677.094211.7081
Yxy77.09420.41890.5045
Hunter Lab87.8033-23.531353.5563
CIE-Lab90.3650-20.207188.2824

#ebeb07 color RGB value is (235,235,7).

#ebeb07 hex color red value is 235, green value is 235 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #ebeb07 hue: 0.17 , saturation: 0.94 and the lightness value of ebeb07 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 00000111
Octal 353 353 7
Decimal 235 235 7
Hex EB EB 7

RGB Percentages of Color #ebeb07

%49.27
%49.27
%1.47

CMYK Percentages of Color #ebeb07

%0
%0
%97
%8

Triadic Colors of #ebeb07

#ebeb07 #07ebeb #eb07eb

Analogous Colors of #ebeb07

#ebeb07 #79eb07 #eb7907

Monochromatic Colors of #ebeb07

#ebeb07

Complementary Color

#ebeb07 #0707eb

#ebeb07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeb07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeb07 Color CSS Codes

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

#ebeb07 Text Font Color

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

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


#ebeb07 Background Color

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

This div background color is #ebeb07


#ebeb07 Border Color

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

This div border color is #ebeb07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeb07


Comments

No comments written yet.

Please login to write comment.