Color Hex Logo

#efd103 Color Hex

#EFD103
(239,209,3)
0 Favorites   0 Comments

Color spaces of #efd103

RGB 2392093
HSL0.150.980.47
HSV52°99°94°
CMYK 0.000.130.99   0.06
XYZ58.413563.95829.3526
Yxy63.95820.44350.4855
Hunter Lab79.9739-9.576649.0480
CIE-Lab83.9440-5.689484.0728

#efd103 color RGB value is (239,209,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010001 00000011
Octal 357 321 3
Decimal 239 209 3
Hex EF D1 3

RGB Percentages of Color #efd103

%52.99
%46.34
%0.67

CMYK Percentages of Color #efd103

%0
%13
%99
%6

Triadic Colors of #efd103

#efd103 #03efd1 #d103ef

Analogous Colors of #efd103

#efd103 #97ef03 #ef5b03

Monochromatic Colors of #efd103

#efd103

Complementary Color

#efd103 #0321ef

#efd103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd103 Color CSS Codes

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

#efd103 Text Font Color

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

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


#efd103 Background Color

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

This div background color is #efd103


#efd103 Border Color

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

This div border color is #efd103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd103


Comments

No comments written yet.

Please login to write comment.