Color Hex Logo

#efff72 Color Hex

#EFFF72
(239,255,114)
0 Favorites   0 Comments

Color spaces of #efff72

RGB 239255114
HSL0.191.000.72
HSV67°55°100°
CMYK 0.060.000.55   0.00
XYZ74.393991.085629.5799
Yxy91.08560.38140.4670
Hunter Lab95.4388-27.878348.4310
CIE-Lab96.4453-23.888064.3396

#efff72 color RGB value is (239,255,114).

#efff72 hex color red value is 239, green value is 255 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #efff72 hue: 0.19 , saturation: 1.00 and the lightness value of efff72 is 0.72.

The process color (four color CMYK) of #efff72 color hex is 0.06, 0.00, 0.55, 0.00. Web safe color of #efff72 is #ffff66. Color #efff72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 01110010
Octal 357 377 162
Decimal 239 255 114
Hex EF FF 72

RGB Percentages of Color #efff72

%39.31
%41.94
%18.75

CMYK Percentages of Color #efff72

%6
%0
%55
%0

Triadic Colors of #efff72

#efff72 #72efff #ff72ef

Analogous Colors of #efff72

#efff72 #a9ff72 #ffc972

Monochromatic Colors of #efff72

#efff72

Complementary Color

#efff72 #8272ff

#efff72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efff72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efff72 Color CSS Codes

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

#efff72 Text Font Color

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

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


#efff72 Background Color

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

This div background color is #efff72


#efff72 Border Color

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

This div border color is #efff72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efff72

Related Colors

#efff72 Color Palettes


Comments

No comments written yet.

Please login to write comment.