Color Hex Logo

#efed0f Color Hex

#EFED0F
(239,237,15)
0 Favorites   0 Comments

Color spaces of #efed0f

RGB 23923715
HSL0.170.880.50
HSV59°94°94°
CMYK 0.000.010.94   0.06
XYZ65.967078.953612.2147
Yxy78.95360.41980.5025
Hunter Lab88.8558-22.978554.0487
CIE-Lab91.2133-19.436588.3927

#efed0f color RGB value is (239,237,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101101 00001111
Octal 357 355 17
Decimal 239 237 15
Hex EF ED F

RGB Percentages of Color #efed0f

%48.68
%48.27
%3.05

CMYK Percentages of Color #efed0f

%0
%1
%94
%6

Triadic Colors of #efed0f

#efed0f #0fefed #ed0fef

Analogous Colors of #efed0f

#efed0f #81ef0f #ef7d0f

Monochromatic Colors of #efed0f

#efed0f

Complementary Color

#efed0f #0f11ef

#efed0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efed0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#efed0f Color CSS Codes

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

#efed0f Text Font Color

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

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


#efed0f Background Color

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

This div background color is #efed0f


#efed0f Border Color

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

This div border color is #efed0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efed0f


Comments

No comments written yet.

Please login to write comment.