Color Hex Logo

#ebcb07 Color Hex

#EBCB07
(235,203,7)
0 Favorites   0 Comments

Color spaces of #ebcb07

RGB 2352037
HSL0.140.940.47
HSV52°97°92°
CMYK 0.000.140.97   0.08
XYZ55.655260.38948.9240
Yxy60.38940.44540.4832
Hunter Lab77.7106-8.154547.5888
CIE-Lab82.0494-4.322382.1753

#ebcb07 color RGB value is (235,203,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 00000111
Octal 353 313 7
Decimal 235 203 7
Hex EB CB 7

RGB Percentages of Color #ebcb07

%52.81
%45.62
%1.57

CMYK Percentages of Color #ebcb07

%0
%14
%97
%8

Triadic Colors of #ebcb07

#ebcb07 #07ebcb #cb07eb

Analogous Colors of #ebcb07

#ebcb07 #99eb07 #eb5907

Monochromatic Colors of #ebcb07

#ebcb07

Complementary Color

#ebcb07 #0727eb

#ebcb07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb07 Color CSS Codes

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

#ebcb07 Text Font Color

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

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


#ebcb07 Background Color

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

This div background color is #ebcb07


#ebcb07 Border Color

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

This div border color is #ebcb07


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,203,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 #ebcb07">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb07


Comments

No comments written yet.

Please login to write comment.