Color Hex Logo

#efed05 Color Hex

#EFED05
(239,237,5)
0 Favorites   0 Comments

Color spaces of #efed05

RGB 2392375
HSL0.170.960.48
HSV59°98°94°
CMYK 0.000.010.98   0.06
XYZ65.908278.930111.9049
Yxy78.93010.42050.5036
Hunter Lab88.8426-23.053754.2450
CIE-Lab91.2027-19.522389.1968

#efed05 color RGB value is (239,237,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101101 00000101
Octal 357 355 5
Decimal 239 237 5
Hex EF ED 5

RGB Percentages of Color #efed05

%49.69
%49.27
%1.04

CMYK Percentages of Color #efed05

%0
%1
%98
%6

Triadic Colors of #efed05

#efed05 #05efed #ed05ef

Analogous Colors of #efed05

#efed05 #7cef05 #ef7805

Monochromatic Colors of #efed05

#efed05

Complementary Color

#efed05 #0507ef

#efed05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efed05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efed05 Color CSS Codes

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

#efed05 Text Font Color

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

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


#efed05 Background Color

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

This div background color is #efed05


#efed05 Border Color

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

This div border color is #efed05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efed05


Comments

No comments written yet.

Please login to write comment.