Color Hex Logo

#ebcb2a Color Hex

#EBCB2A
(235,203,42)
0 Favorites   0 Comments

Color spaces of #ebcb2a

RGB 23520342
HSL0.140.830.54
HSV50°82°92°
CMYK 0.000.140.82   0.08
XYZ56.034860.541210.9228
Yxy60.54120.43950.4748
Hunter Lab77.8082-7.614946.1426
CIE-Lab82.1315-3.727276.2625

#ebcb2a color RGB value is (235,203,42).

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

The process color (four color CMYK) of #ebcb2a color hex is 0.00, 0.14, 0.82, 0.08. Web safe color of #ebcb2a is #ffcc33. Color #ebcb2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 00101010
Octal 353 313 52
Decimal 235 203 42
Hex EB CB 2A

RGB Percentages of Color #ebcb2a

%48.96
%42.29
%8.75

CMYK Percentages of Color #ebcb2a

%0
%14
%82
%8

Triadic Colors of #ebcb2a

#ebcb2a #2aebcb #cb2aeb

Analogous Colors of #ebcb2a

#ebcb2a #abeb2a #eb6b2a

Monochromatic Colors of #ebcb2a

#ebcb2a

Complementary Color

#ebcb2a #2a4aeb

#ebcb2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb2a Color CSS Codes

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

#ebcb2a Text Font Color

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

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


#ebcb2a Background Color

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

This div background color is #ebcb2a


#ebcb2a Border Color

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

This div border color is #ebcb2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb2a


Comments

No comments written yet.

Please login to write comment.