color codes Logo

#efef0e color codes

#EFEF0E
(239,239,14)
0 Favorites   0 Comments

Color spaces of #efef0e

RGB 23923914
HSL0.170.890.50
HSV60°94°94°
CMYK 0.000.000.94   0.06
XYZ66.542480.115412.3721
Yxy80.11540.41840.5038
Hunter Lab89.5072-23.935254.4597
CIE-Lab91.7366-20.408888.8824

#efef0e color RGB value is (239,239,14).

#efef0e hex color red value is 239, green value is 239 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #efef0e hue: 0.17 , saturation: 0.89 and the lightness value of efef0e is 0.50.

The process color (four color CMYK) of #efef0e color code is 0.00, 0.00, 0.94, 0.06. Web safe color of #efef0e is #ffff00. Color #efef0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101111 00001110
Octal 357 357 16
Decimal 239 239 14
Hex EF EF E

RGB Percentages of Color #efef0e

%48.58
%48.58
%2.85

CMYK Percentages of Color #efef0e

%0
%0
%94
%6

Triadic Colors of #efef0e

#efef0e #0eefef #ef0eef

Analogous Colors of #efef0e

#efef0e #7fef0e #ef7f0e

Monochromatic Colors of #efef0e

#efef0e

Complementary Color

#efef0e #0e0eef

#efef0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efef0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#efef0e Color CSS Codes

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

#efef0e Text Font Color

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

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


#efef0e Background Color

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

This div background color is #efef0e


#efef0e Border Color

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

This div border color is #efef0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efef0e


Comments

No comments written yet.

Please login to write comment.