Color Hex Logo

#efd810 Color Hex

#EFD810
(239,216,16)
0 Favorites   0 Comments

Color spaces of #efd810

RGB 23921616
HSL0.150.870.50
HSV54°93°94°
CMYK 0.000.100.93   0.06
XYZ60.246067.499910.3437
Yxy67.49990.43630.4888
Hunter Lab82.1583-12.884550.0462
CIE-Lab85.7558-9.099084.1835

#efd810 color RGB value is (239,216,16).

#efd810 hex color red value is 239, green value is 216 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #efd810 hue: 0.15 , saturation: 0.87 and the lightness value of efd810 is 0.50.

The process color (four color CMYK) of #efd810 color hex is 0.00, 0.10, 0.93, 0.06. Web safe color of #efd810 is #ffcc00. Color #efd810 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 00010000
Octal 357 330 20
Decimal 239 216 16
Hex EF D8 10

RGB Percentages of Color #efd810

%50.74
%45.86
%3.40

CMYK Percentages of Color #efd810

%0
%10
%93
%6

Triadic Colors of #efd810

#efd810 #10efd8 #d810ef

Analogous Colors of #efd810

#efd810 #97ef10 #ef6910

Monochromatic Colors of #efd810

#efd810

Complementary Color

#efd810 #1027ef

#efd810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd810 Color CSS Codes

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

#efd810 Text Font Color

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

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


#efd810 Background Color

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

This div background color is #efd810


#efd810 Border Color

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

This div border color is #efd810


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd810


Comments

No comments written yet.

Please login to write comment.