color codes Logo

#ebe73f color codes

#EBE73F
(235,231,63)
0 Favorites   0 Comments

Color spaces of #ebe73f

RGB 23523163
HSL0.160.810.58
HSV59°73°92°
CMYK 0.000.020.73   0.08
XYZ63.734175.172915.8533
Yxy75.17290.41180.4857
Hunter Lab86.7023-20.515349.8506
CIE-Lab89.4739-16.991576.6352

#ebe73f color RGB value is (235,231,63).

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

The process color (four color CMYK) of #ebe73f color code is 0.00, 0.02, 0.73, 0.08. Web safe color of #ebe73f is #ffff33. Color #ebe73f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100111 00111111
Octal 353 347 77
Decimal 235 231 63
Hex EB E7 3F

RGB Percentages of Color #ebe73f

%44.42
%43.67
%11.91

CMYK Percentages of Color #ebe73f

%0
%2
%73
%8

Triadic Colors of #ebe73f

#ebe73f #3febe7 #e73feb

Analogous Colors of #ebe73f

#ebe73f #99eb3f #eb913f

Monochromatic Colors of #ebe73f

#ebe73f

Complementary Color

#ebe73f #3f43eb

#ebe73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe73f Color CSS Codes

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

#ebe73f Text Font Color

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

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


#ebe73f Background Color

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

This div background color is #ebe73f


#ebe73f Border Color

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

This div border color is #ebe73f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,231,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 #ebe73f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe73f


Comments

No comments written yet.

Please login to write comment.