Color Hex Logo

#ebdf49 Color Hex

#EBDF49
(235,223,73)
0 Favorites   0 Comments

Color spaces of #ebdf49

RGB 23522373
HSL0.150.800.60
HSV56°69°92°
CMYK 0.000.050.69   0.08
XYZ61.851270.918616.7321
Yxy70.91860.41370.4744
Hunter Lab84.2132-16.272047.1691
CIE-Lab87.4454-12.601071.2286

#ebdf49 color RGB value is (235,223,73).

#ebdf49 hex color red value is 235, green value is 223 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ebdf49 hue: 0.15 , saturation: 0.80 and the lightness value of ebdf49 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 01001001
Octal 353 337 111
Decimal 235 223 73
Hex EB DF 49

RGB Percentages of Color #ebdf49

%44.26
%42.00
%13.75

CMYK Percentages of Color #ebdf49

%0
%5
%69
%8

Triadic Colors of #ebdf49

#ebdf49 #49ebdf #df49eb

Analogous Colors of #ebdf49

#ebdf49 #a6eb49 #eb8e49

Monochromatic Colors of #ebdf49

#ebdf49

Complementary Color

#ebdf49 #4955eb

#ebdf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf49 Color CSS Codes

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

#ebdf49 Text Font Color

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

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


#ebdf49 Background Color

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

This div background color is #ebdf49


#ebdf49 Border Color

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

This div border color is #ebdf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf49


Comments

No comments written yet.

Please login to write comment.