Color Hex Logo

#efcf44 Color Hex

#EFCF44
(239,207,68)
0 Favorites   0 Comments

Color spaces of #efcf44

RGB 23920768
HSL0.140.840.60
HSV49°72°94°
CMYK 0.000.130.72   0.06
XYZ58.952863.393714.5979
Yxy63.39370.43050.4629
Hunter Lab79.6202-7.169344.8636
CIE-Lab83.6491-3.114069.4465

#efcf44 color RGB value is (239,207,68).

#efcf44 hex color red value is 239, green value is 207 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #efcf44 hue: 0.14 , saturation: 0.84 and the lightness value of efcf44 is 0.60.

The process color (four color CMYK) of #efcf44 color hex is 0.00, 0.13, 0.72, 0.06. Web safe color of #efcf44 is #ffcc33. Color #efcf44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11001111 01000100
Octal 357 317 104
Decimal 239 207 68
Hex EF CF 44

RGB Percentages of Color #efcf44

%46.50
%40.27
%13.23

CMYK Percentages of Color #efcf44

%0
%13
%72
%6

Triadic Colors of #efcf44

#efcf44 #44efcf #cf44ef

Analogous Colors of #efcf44

#efcf44 #baef44 #ef7a44

Monochromatic Colors of #efcf44

#efcf44

Complementary Color

#efcf44 #4464ef

#efcf44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efcf44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efcf44 Color CSS Codes

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

#efcf44 Text Font Color

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

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


#efcf44 Background Color

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

This div background color is #efcf44


#efcf44 Border Color

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

This div border color is #efcf44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efcf44


Comments

No comments written yet.

Please login to write comment.