color codes Logo

#efe62c color codes

#EFE62C
(239,230,44)
0 Favorites   0 Comments

Color spaces of #efe62c

RGB 23923044
HSL0.160.860.55
HSV57°82°94°
CMYK 0.000.040.82   0.06
XYZ64.348075.126213.4922
Yxy75.12620.42070.4911
Hunter Lab86.6754-19.163151.4435
CIE-Lab89.4521-15.496782.1042

#efe62c color RGB value is (239,230,44).

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

The process color (four color CMYK) of #efe62c color code is 0.00, 0.04, 0.82, 0.06. Web safe color of #efe62c is #ffff33. Color #efe62c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11100110 00101100
Octal 357 346 54
Decimal 239 230 44
Hex EF E6 2C

RGB Percentages of Color #efe62c

%46.59
%44.83
%8.58

CMYK Percentages of Color #efe62c

%0
%4
%82
%6

Triadic Colors of #efe62c

#efe62c #2cefe6 #e62cef

Analogous Colors of #efe62c

#efe62c #97ef2c #ef852c

Monochromatic Colors of #efe62c

#efe62c

Complementary Color

#efe62c #2c35ef

#efe62c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efe62c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efe62c Color CSS Codes

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

#efe62c Text Font Color

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

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


#efe62c Background Color

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

This div background color is #efe62c


#efe62c Border Color

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

This div border color is #efe62c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efe62c


Comments

No comments written yet.

Please login to write comment.