Color Hex Logo

#ebdf40 Color Hex

#EBDF40
(235,223,64)
0 Favorites   0 Comments

Color spaces of #ebdf40

RGB 23522364
HSL0.150.810.59
HSV56°73°92°
CMYK 0.000.050.73   0.08
XYZ61.574070.807715.2724
Yxy70.80770.41700.4796
Hunter Lab84.1473-16.642148.1422
CIE-Lab87.3915-13.016774.3460

#ebdf40 color RGB value is (235,223,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011111 01000000
Octal 353 337 100
Decimal 235 223 64
Hex EB DF 40

RGB Percentages of Color #ebdf40

%45.02
%42.72
%12.26

CMYK Percentages of Color #ebdf40

%0
%5
%73
%8

Triadic Colors of #ebdf40

#ebdf40 #40ebdf #df40eb

Analogous Colors of #ebdf40

#ebdf40 #a2eb40 #eb8a40

Monochromatic Colors of #ebdf40

#ebdf40

Complementary Color

#ebdf40 #404ceb

#ebdf40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebdf40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebdf40 Color CSS Codes

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

#ebdf40 Text Font Color

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

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


#ebdf40 Background Color

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

This div background color is #ebdf40


#ebdf40 Border Color

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

This div border color is #ebdf40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebdf40


Comments

No comments written yet.

Please login to write comment.