Color Hex Logo

#ebcb04 Color Hex

#EBCB04
(235,203,4)
0 Favorites   0 Comments

Color spaces of #ebcb04

RGB 2352034
HSL0.140.970.47
HSV52°98°92°
CMYK 0.000.140.98   0.08
XYZ55.638860.38288.8374
Yxy60.38280.44560.4836
Hunter Lab77.7064-8.177847.6515
CIE-Lab82.0458-4.348082.4511

#ebcb04 color RGB value is (235,203,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 00000100
Octal 353 313 4
Decimal 235 203 4
Hex EB CB 4

RGB Percentages of Color #ebcb04

%53.17
%45.93
%0.90

CMYK Percentages of Color #ebcb04

%0
%14
%98
%8

Triadic Colors of #ebcb04

#ebcb04 #04ebcb #cb04eb

Analogous Colors of #ebcb04

#ebcb04 #98eb04 #eb5804

Monochromatic Colors of #ebcb04

#ebcb04

Complementary Color

#ebcb04 #0424eb

#ebcb04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb04 Color CSS Codes

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

#ebcb04 Text Font Color

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

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


#ebcb04 Background Color

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

This div background color is #ebcb04


#ebcb04 Border Color

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

This div border color is #ebcb04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb04


Comments

No comments written yet.

Please login to write comment.