Color Hex Logo

#eff253 Color Hex

#EFF253
(239,242,83)
0 Favorites   0 Comments

Color spaces of #eff253

RGB 23924283
HSL0.170.860.64
HSV61°66°95°
CMYK 0.010.000.66   0.05
XYZ68.910182.479520.4718
Yxy82.47950.40100.4799
Hunter Lab90.8182-23.491550.2079
CIE-Lab92.7861-19.727872.9858

#eff253 color RGB value is (239,242,83).

#eff253 hex color red value is 239, green value is 242 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #eff253 hue: 0.17 , saturation: 0.86 and the lightness value of eff253 is 0.64.

The process color (four color CMYK) of #eff253 color hex is 0.01, 0.00, 0.66, 0.05. Web safe color of #eff253 is #ffff66. Color #eff253 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110010 01010011
Octal 357 362 123
Decimal 239 242 83
Hex EF F2 53

RGB Percentages of Color #eff253

%42.38
%42.91
%14.72

CMYK Percentages of Color #eff253

%1
%0
%66
%5

Triadic Colors of #eff253

#eff253 #53eff2 #f253ef

Analogous Colors of #eff253

#eff253 #a0f253 #f2a653

Monochromatic Colors of #eff253

#eff253

Complementary Color

#eff253 #5653f2

#eff253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff253 Color CSS Codes

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

#eff253 Text Font Color

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

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


#eff253 Background Color

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

This div background color is #eff253


#eff253 Border Color

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

This div border color is #eff253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff253


Comments

No comments written yet.

Please login to write comment.