Color Hex Logo

#efec55 Color Hex

#EFEC55
(239,236,85)
0 Favorites   0 Comments

Color spaces of #efec55

RGB 23923685
HSL0.160.830.64
HSV59°64°94°
CMYK 0.000.010.64   0.06
XYZ67.231778.997520.2989
Yxy78.99750.40370.4744
Hunter Lab88.8805-20.518648.6755
CIE-Lab91.2332-16.711070.6318

#efec55 color RGB value is (239,236,85).

#efec55 hex color red value is 239, green value is 236 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #efec55 hue: 0.16 , saturation: 0.83 and the lightness value of efec55 is 0.64.

The process color (four color CMYK) of #efec55 color hex is 0.00, 0.01, 0.64, 0.06. Web safe color of #efec55 is #ffff66. Color #efec55 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101100 01010101
Octal 357 354 125
Decimal 239 236 85
Hex EF EC 55

RGB Percentages of Color #efec55

%42.68
%42.14
%15.18

CMYK Percentages of Color #efec55

%0
%1
%64
%6

Triadic Colors of #efec55

#efec55 #55efec #ec55ef

Analogous Colors of #efec55

#efec55 #a5ef55 #ef9f55

Monochromatic Colors of #efec55

#efec55

Complementary Color

#efec55 #5558ef

#efec55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efec55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efec55 Color CSS Codes

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

#efec55 Text Font Color

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

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


#efec55 Background Color

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

This div background color is #efec55


#efec55 Border Color

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

This div border color is #efec55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efec55


Comments

No comments written yet.

Please login to write comment.