Color Hex Logo

#ebdf4a Color Hex

#EBDF4A
(235,223,74)
0 Favorites   0 Comments

Color spaces of #ebdf4a

RGB 23522374
HSL0.150.800.61
HSV56°69°92°
CMYK 0.000.050.69   0.08
XYZ61.884770.931916.9081
Yxy70.93190.41330.4737
Hunter Lab84.2211-16.227147.0518
CIE-Lab87.4519-12.550670.8654

#ebdf4a color RGB value is (235,223,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 01001010
Octal 353 337 112
Decimal 235 223 74
Hex EB DF 4A

RGB Percentages of Color #ebdf4a

%44.17
%41.92
%13.91

CMYK Percentages of Color #ebdf4a

%0
%5
%69
%8

Triadic Colors of #ebdf4a

#ebdf4a #4aebdf #df4aeb

Analogous Colors of #ebdf4a

#ebdf4a #a7eb4a #eb8f4a

Monochromatic Colors of #ebdf4a

#ebdf4a

Complementary Color

#ebdf4a #4a56eb

#ebdf4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf4a Color CSS Codes

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

#ebdf4a Text Font Color

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

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


#ebdf4a Background Color

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

This div background color is #ebdf4a


#ebdf4a Border Color

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

This div border color is #ebdf4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf4a


Comments

No comments written yet.

Please login to write comment.