Color Hex Logo

#efdb08 Color Hex

#EFDB08
(239,219,8)
0 Favorites   0 Comments

Color spaces of #efdb08

RGB 2392198
HSL0.150.940.48
HSV55°97°94°
CMYK 0.000.080.97   0.06
XYZ60.972069.031310.3405
Yxy69.03130.43440.4919
Hunter Lab83.0851-14.406650.7805
CIE-Lab86.5195-10.672885.5097

#efdb08 color RGB value is (239,219,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 00001000
Octal 357 333 10
Decimal 239 219 8
Hex EF DB 8

RGB Percentages of Color #efdb08

%51.29
%47.00
%1.72

CMYK Percentages of Color #efdb08

%0
%8
%97
%6

Triadic Colors of #efdb08

#efdb08 #08efdb #db08ef

Analogous Colors of #efdb08

#efdb08 #90ef08 #ef6808

Monochromatic Colors of #efdb08

#efdb08

Complementary Color

#efdb08 #081cef

#efdb08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb08 Color CSS Codes

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

#efdb08 Text Font Color

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

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


#efdb08 Background Color

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

This div background color is #efdb08


#efdb08 Border Color

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

This div border color is #efdb08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb08


Comments

No comments written yet.

Please login to write comment.