Color Hex Logo

#efe640 Color Hex

#EFE640
(239,230,64)
0 Favorites   0 Comments

Color spaces of #efe640

RGB 23923064
HSL0.160.850.59
HSV57°73°94°
CMYK 0.000.040.73   0.06
XYZ64.818875.314515.9713
Yxy75.31450.41520.4825
Hunter Lab86.7839-18.550549.8373
CIE-Lab89.5401-14.808076.4890

#efe640 color RGB value is (239,230,64).

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

The process color (four color CMYK) of #efe640 color hex is 0.00, 0.04, 0.73, 0.06. Web safe color of #efe640 is #ffff33. Color #efe640 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 01000000
Octal 357 346 100
Decimal 239 230 64
Hex EF E6 40

RGB Percentages of Color #efe640

%44.84
%43.15
%12.01

CMYK Percentages of Color #efe640

%0
%4
%73
%6

Triadic Colors of #efe640

#efe640 #40efe6 #e640ef

Analogous Colors of #efe640

#efe640 #a1ef40 #ef8f40

Monochromatic Colors of #efe640

#efe640

Complementary Color

#efe640 #4049ef

#efe640 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe640 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe640 Color CSS Codes

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

#efe640 Text Font Color

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

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


#efe640 Background Color

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

This div background color is #efe640


#efe640 Border Color

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

This div border color is #efe640


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe640


Comments

No comments written yet.

Please login to write comment.