Color Hex Logo

#ebcb4f Color Hex

#EBCB4F
(235,203,79)
0 Favorites   0 Comments

Color spaces of #ebcb4f

RGB 23520379
HSL0.130.800.62
HSV48°66°92°
CMYK 0.000.140.66   0.08
XYZ57.028260.938616.1537
Yxy60.93860.42520.4544
Hunter Lab78.0632-6.209342.3753
CIE-Lab82.3457-2.187663.6848

#ebcb4f color RGB value is (235,203,79).

#ebcb4f hex color red value is 235, green value is 203 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ebcb4f hue: 0.13 , saturation: 0.80 and the lightness value of ebcb4f is 0.62.

The process color (four color CMYK) of #ebcb4f color hex is 0.00, 0.14, 0.66, 0.08. Web safe color of #ebcb4f is #ffcc66. Color #ebcb4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11001011 01001111
Octal 353 313 117
Decimal 235 203 79
Hex EB CB 4F

RGB Percentages of Color #ebcb4f

%45.45
%39.26
%15.28

CMYK Percentages of Color #ebcb4f

%0
%14
%66
%8

Triadic Colors of #ebcb4f

#ebcb4f #4febcb #cb4feb

Analogous Colors of #ebcb4f

#ebcb4f #bdeb4f #eb7d4f

Monochromatic Colors of #ebcb4f

#ebcb4f

Complementary Color

#ebcb4f #4f6feb

#ebcb4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebcb4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebcb4f Color CSS Codes

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

#ebcb4f Text Font Color

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

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


#ebcb4f Background Color

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

This div background color is #ebcb4f


#ebcb4f Border Color

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

This div border color is #ebcb4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebcb4f


Comments

No comments written yet.

Please login to write comment.