Color Hex Logo

#ebcb0a Color Hex

#EBCB0A
(235,203,10)
0 Favorites   0 Comments

Color spaces of #ebcb0a

RGB 23520310
HSL0.140.920.48
HSV51°96°92°
CMYK 0.000.140.96   0.08
XYZ55.671760.39609.0105
Yxy60.39600.44510.4829
Hunter Lab77.7149-8.131047.5261
CIE-Lab82.0530-4.296381.9017

#ebcb0a color RGB value is (235,203,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 00001010
Octal 353 313 12
Decimal 235 203 10
Hex EB CB A

RGB Percentages of Color #ebcb0a

%52.46
%45.31
%2.23

CMYK Percentages of Color #ebcb0a

%0
%14
%96
%8

Triadic Colors of #ebcb0a

#ebcb0a #0aebcb #cb0aeb

Analogous Colors of #ebcb0a

#ebcb0a #9beb0a #eb5b0a

Monochromatic Colors of #ebcb0a

#ebcb0a

Complementary Color

#ebcb0a #0a2aeb

#ebcb0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb0a Color CSS Codes

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

#ebcb0a Text Font Color

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

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


#ebcb0a Background Color

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

This div background color is #ebcb0a


#ebcb0a Border Color

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

This div border color is #ebcb0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb0a


Comments

No comments written yet.

Please login to write comment.