color codes Logo

#ebe43f color codes

#EBE43F
(235,228,63)
0 Favorites   0 Comments

Color spaces of #ebe43f

RGB 23522863
HSL0.160.810.58
HSV58°73°92°
CMYK 0.000.030.73   0.08
XYZ62.901673.507915.5758
Yxy73.50790.41390.4837
Hunter Lab85.7367-19.081049.2445
CIE-Lab88.6894-15.523775.9001

#ebe43f color RGB value is (235,228,63).

#ebe43f hex color red value is 235, green value is 228 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ebe43f hue: 0.16 , saturation: 0.81 and the lightness value of ebe43f is 0.58.

The process color (four color CMYK) of #ebe43f color code is 0.00, 0.03, 0.73, 0.08. Web safe color of #ebe43f is #ffcc33. Color #ebe43f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100100 00111111
Octal 353 344 77
Decimal 235 228 63
Hex EB E4 3F

RGB Percentages of Color #ebe43f

%44.68
%43.35
%11.98

CMYK Percentages of Color #ebe43f

%0
%3
%73
%8

Triadic Colors of #ebe43f

#ebe43f #3febe4 #e43feb

Analogous Colors of #ebe43f

#ebe43f #9ceb3f #eb8e3f

Monochromatic Colors of #ebe43f

#ebe43f

Complementary Color

#ebe43f #3f46eb

#ebe43f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe43f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe43f Color CSS Codes

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

#ebe43f Text Font Color

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

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


#ebe43f Background Color

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

This div background color is #ebe43f


#ebe43f Border Color

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

This div border color is #ebe43f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe43f


Comments

No comments written yet.

Please login to write comment.