Color Hex Logo

#efd803 Color Hex

#EFD803
(239,216,3)
0 Favorites   0 Comments

Color spaces of #efd803

RGB 2392163
HSL0.150.980.47
HSV54°99°94°
CMYK 0.000.100.99   0.06
XYZ60.168967.46909.9377
Yxy67.46900.43740.4904
Hunter Lab82.1395-12.989250.3244
CIE-Lab85.7402-9.215485.3666

#efd803 color RGB value is (239,216,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11011000 00000011
Octal 357 330 3
Decimal 239 216 3
Hex EF D8 3

RGB Percentages of Color #efd803

%52.18
%47.16
%0.66

CMYK Percentages of Color #efd803

%0
%10
%99
%6

Triadic Colors of #efd803

#efd803 #03efd8 #d803ef

Analogous Colors of #efd803

#efd803 #90ef03 #ef6203

Monochromatic Colors of #efd803

#efd803

Complementary Color

#efd803 #031aef

#efd803 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd803 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd803 Color CSS Codes

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

#efd803 Text Font Color

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

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


#efd803 Background Color

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

This div background color is #efd803


#efd803 Border Color

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

This div border color is #efd803


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,216,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 #efd803">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd803


Comments

No comments written yet.

Please login to write comment.