Color Hex Logo

#efd34f Color Hex

#EFD34F
(239,211,79)
0 Favorites   0 Comments

Color spaces of #efd34f

RGB 23921179
HSL0.140.830.62
HSV50°67°94°
CMYK 0.000.120.67   0.06
XYZ60.302265.503816.8624
Yxy65.50380.42270.4591
Hunter Lab80.9344-8.639444.3012
CIE-Lab84.7427-4.598866.2913

#efd34f color RGB value is (239,211,79).

#efd34f hex color red value is 239, green value is 211 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #efd34f hue: 0.14 , saturation: 0.83 and the lightness value of efd34f is 0.62.

The process color (four color CMYK) of #efd34f color hex is 0.00, 0.12, 0.67, 0.06. Web safe color of #efd34f is #ffcc66. Color #efd34f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010011 01001111
Octal 357 323 117
Decimal 239 211 79
Hex EF D3 4F

RGB Percentages of Color #efd34f

%45.18
%39.89
%14.93

CMYK Percentages of Color #efd34f

%0
%12
%67
%6

Triadic Colors of #efd34f

#efd34f #4fefd3 #d34fef

Analogous Colors of #efd34f

#efd34f #bbef4f #ef834f

Monochromatic Colors of #efd34f

#efd34f

Complementary Color

#efd34f #4f6bef

#efd34f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd34f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd34f Color CSS Codes

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

#efd34f Text Font Color

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

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


#efd34f Background Color

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

This div background color is #efd34f


#efd34f Border Color

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

This div border color is #efd34f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd34f


Comments

No comments written yet.

Please login to write comment.