Color Hex Logo

#ebcb1c Color Hex

#EBCB1C
(235,203,28)
0 Favorites   0 Comments

Color spaces of #ebcb1c

RGB 23520328
HSL0.140.840.52
HSV51°88°92°
CMYK 0.000.140.88   0.08
XYZ55.826560.45799.8258
Yxy60.45790.44270.4794
Hunter Lab77.7547-7.910846.9358
CIE-Lab82.0864-4.053379.4063

#ebcb1c color RGB value is (235,203,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 00011100
Octal 353 313 34
Decimal 235 203 28
Hex EB CB 1C

RGB Percentages of Color #ebcb1c

%50.43
%43.56
%6.01

CMYK Percentages of Color #ebcb1c

%0
%14
%88
%8

Triadic Colors of #ebcb1c

#ebcb1c #1cebcb #cb1ceb

Analogous Colors of #ebcb1c

#ebcb1c #a4eb1c #eb631c

Monochromatic Colors of #ebcb1c

#ebcb1c

Complementary Color

#ebcb1c #1c3ceb

#ebcb1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb1c Color CSS Codes

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

#ebcb1c Text Font Color

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

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


#ebcb1c Background Color

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

This div background color is #ebcb1c


#ebcb1c Border Color

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

This div border color is #ebcb1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb1c


Comments

No comments written yet.

Please login to write comment.