Color Hex Logo

#ebcb1f Color Hex

#EBCB1F
(235,203,31)
0 Favorites   0 Comments

Color spaces of #ebcb1f

RGB 23520331
HSL0.140.840.52
HSV51°87°92°
CMYK 0.000.140.87   0.08
XYZ55.864260.473010.0244
Yxy60.47300.44210.4786
Hunter Lab77.7644-7.857346.7922
CIE-Lab82.0946-3.994278.8200

#ebcb1f color RGB value is (235,203,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 00011111
Octal 353 313 37
Decimal 235 203 31
Hex EB CB 1F

RGB Percentages of Color #ebcb1f

%50.11
%43.28
%6.61

CMYK Percentages of Color #ebcb1f

%0
%14
%87
%8

Triadic Colors of #ebcb1f

#ebcb1f #1febcb #cb1feb

Analogous Colors of #ebcb1f

#ebcb1f #a5eb1f #eb651f

Monochromatic Colors of #ebcb1f

#ebcb1f

Complementary Color

#ebcb1f #1f3feb

#ebcb1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb1f Color CSS Codes

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

#ebcb1f Text Font Color

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

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


#ebcb1f Background Color

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

This div background color is #ebcb1f


#ebcb1f Border Color

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

This div border color is #ebcb1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb1f


Comments

No comments written yet.

Please login to write comment.