Color Hex Logo

#efdb00 Color Hex

#EFDB00
(239,219,0)
0 Favorites   0 Comments

Color spaces of #efdb00

RGB 2392190
HSL0.151.000.47
HSV55°100°94°
CMYK 0.000.081.00   0.06
XYZ60.928169.013810.1097
Yxy69.01380.43500.4928
Hunter Lab83.0745-14.465950.9369
CIE-Lab86.5109-10.739086.1788

#efdb00 color RGB value is (239,219,0).

#efdb00 hex color red value is 239, green value is 219 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #efdb00 hue: 0.15 , saturation: 1.00 and the lightness value of efdb00 is 0.47.

The process color (four color CMYK) of #efdb00 color hex is 0.00, 0.08, 1.00, 0.06. Web safe color of #efdb00 is #ffcc00. Color #efdb00 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 00000000
Octal 357 333 0
Decimal 239 219 0
Hex EF DB 0

RGB Percentages of Color #efdb00

%52.18
%47.82
%0.00

CMYK Percentages of Color #efdb00

%0
%8
%100
%6

Triadic Colors of #efdb00

#efdb00 #00efdb #db00ef

Analogous Colors of #efdb00

#efdb00 #8cef00 #ef6300

Monochromatic Colors of #efdb00

#efdb00

Complementary Color

#efdb00 #0014ef

#efdb00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb00 Color CSS Codes

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

#efdb00 Text Font Color

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

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


#efdb00 Background Color

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

This div background color is #efdb00


#efdb00 Border Color

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

This div border color is #efdb00


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(239,219,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #efdb00; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #efdb00;
  -webkit-box-shadow: 1px 1px 3px 2px #efdb00;
  box-shadow:         1px 1px 3px 2px #efdb00; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,219,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb00


Comments

No comments written yet.

Please login to write comment.