Color Hex Logo

#effe45 Color Hex

#EFFE45
(239,254,69)
0 Favorites   0 Comments

Color spaces of #effe45

RGB 23925469
HSL0.180.990.63
HSV65°73°100°
CMYK 0.060.000.73   0.00
XYZ72.112689.664019.1364
Yxy89.66400.39860.4956
Hunter Lab94.6911-29.771654.3017
CIE-Lab95.8572-26.112380.8284

#effe45 color RGB value is (239,254,69).

#effe45 hex color red value is 239, green value is 254 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #effe45 hue: 0.18 , saturation: 0.99 and the lightness value of effe45 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 01000101
Octal 357 376 105
Decimal 239 254 69
Hex EF FE 45

RGB Percentages of Color #effe45

%42.53
%45.20
%12.28

CMYK Percentages of Color #effe45

%6
%0
%73
%0

Triadic Colors of #effe45

#effe45 #45effe #fe45ef

Analogous Colors of #effe45

#effe45 #93fe45 #feb145

Monochromatic Colors of #effe45

#effe45

Complementary Color

#effe45 #5445fe

#effe45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effe45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effe45 Color CSS Codes

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

#effe45 Text Font Color

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

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


#effe45 Background Color

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

This div background color is #effe45


#effe45 Border Color

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

This div border color is #effe45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effe45

Related Colors


Comments

No comments written yet.

Please login to write comment.