Color Hex Logo

#efdb03 Color Hex

#EFDB03
(239,219,3)
0 Favorites   0 Comments

Color spaces of #efdb03

RGB 2392193
HSL0.150.980.47
HSV55°99°94°
CMYK 0.000.080.99   0.06
XYZ60.944669.020310.1963
Yxy69.02030.43480.4924
Hunter Lab83.0785-14.443550.8782
CIE-Lab86.5141-10.714085.9265

#efdb03 color RGB value is (239,219,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011011 00000011
Octal 357 333 3
Decimal 239 219 3
Hex EF DB 3

RGB Percentages of Color #efdb03

%51.84
%47.51
%0.65

CMYK Percentages of Color #efdb03

%0
%8
%99
%6

Triadic Colors of #efdb03

#efdb03 #03efdb #db03ef

Analogous Colors of #efdb03

#efdb03 #8def03 #ef6503

Monochromatic Colors of #efdb03

#efdb03

Complementary Color

#efdb03 #0317ef

#efdb03 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efdb03 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efdb03 Color CSS Codes

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

#efdb03 Text Font Color

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

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


#efdb03 Background Color

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

This div background color is #efdb03


#efdb03 Border Color

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

This div border color is #efdb03


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efdb03


Comments

No comments written yet.

Please login to write comment.