Color Hex Logo

#ebdf2f Color Hex

#EBDF2F
(235,223,47)
0 Favorites   0 Comments

Color spaces of #ebdf2f

RGB 23522347
HSL0.160.820.55
HSV56°80°92°
CMYK 0.000.050.80   0.08
XYZ61.161770.642813.1012
Yxy70.64280.42210.4875
Hunter Lab84.0493-17.193849.5926
CIE-Lab87.3112-13.638379.3856

#ebdf2f color RGB value is (235,223,47).

#ebdf2f hex color red value is 235, green value is 223 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ebdf2f hue: 0.16 , saturation: 0.82 and the lightness value of ebdf2f is 0.55.

The process color (four color CMYK) of #ebdf2f color hex is 0.00, 0.05, 0.80, 0.08. Web safe color of #ebdf2f is #ffcc33. Color #ebdf2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 00101111
Octal 353 337 57
Decimal 235 223 47
Hex EB DF 2F

RGB Percentages of Color #ebdf2f

%46.53
%44.16
%9.31

CMYK Percentages of Color #ebdf2f

%0
%5
%80
%8

Triadic Colors of #ebdf2f

#ebdf2f #2febdf #df2feb

Analogous Colors of #ebdf2f

#ebdf2f #99eb2f #eb812f

Monochromatic Colors of #ebdf2f

#ebdf2f

Complementary Color

#ebdf2f #2f3beb

#ebdf2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf2f Color CSS Codes

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

#ebdf2f Text Font Color

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

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


#ebdf2f Background Color

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

This div background color is #ebdf2f


#ebdf2f Border Color

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

This div border color is #ebdf2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf2f


Comments

No comments written yet.

Please login to write comment.