Color Hex Logo

#efff2d Color Hex

#EFFF2D
(239,255,45)
0 Favorites   0 Comments

Color spaces of #efff2d

RGB 23925545
HSL0.181.000.59
HSV65°82°100°
CMYK 0.060.000.82   0.00
XYZ71.830390.060216.0801
Yxy90.06020.40360.5060
Hunter Lab94.9001-30.967656.3838
CIE-Lab96.0217-27.417387.4252

#efff2d color RGB value is (239,255,45).

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

The process color (four color CMYK) of #efff2d color hex is 0.06, 0.00, 0.82, 0.00. Web safe color of #efff2d is #ffff33. Color #efff2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 00101101
Octal 357 377 55
Decimal 239 255 45
Hex EF FF 2D

RGB Percentages of Color #efff2d

%44.34
%47.31
%8.35

CMYK Percentages of Color #efff2d

%6
%0
%82
%0

Triadic Colors of #efff2d

#efff2d #2defff #ff2def

Analogous Colors of #efff2d

#efff2d #86ff2d #ffa62d

Monochromatic Colors of #efff2d

#efff2d

Complementary Color

#efff2d #3d2dff

#efff2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efff2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efff2d Color CSS Codes

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

#efff2d Text Font Color

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

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


#efff2d Background Color

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

This div background color is #efff2d


#efff2d Border Color

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

This div border color is #efff2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efff2d


Comments

No comments written yet.

Please login to write comment.