Color Hex Logo

#efe605 Color Hex

#EFE605
(239,230,5)
0 Favorites   0 Comments

Color spaces of #efe605

RGB 2392305
HSL0.160.960.48
HSV58°98°94°
CMYK 0.000.040.98   0.06
XYZ63.920874.955311.2424
Yxy74.95530.42580.4993
Hunter Lab86.5767-19.720252.9046
CIE-Lab89.3721-16.125587.8486

#efe605 color RGB value is (239,230,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 00000101
Octal 357 346 5
Decimal 239 230 5
Hex EF E6 5

RGB Percentages of Color #efe605

%50.42
%48.52
%1.05

CMYK Percentages of Color #efe605

%0
%4
%98
%6

Triadic Colors of #efe605

#efe605 #05efe6 #e605ef

Analogous Colors of #efe605

#efe605 #83ef05 #ef7105

Monochromatic Colors of #efe605

#efe605

Complementary Color

#efe605 #050eef

#efe605 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe605 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe605 Color CSS Codes

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

#efe605 Text Font Color

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

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


#efe605 Background Color

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

This div background color is #efe605


#efe605 Border Color

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

This div border color is #efe605


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,230,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 #efe605">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe605


Comments

No comments written yet.

Please login to write comment.