Color Hex Logo

#eff685 Color Hex

#EFF685
(239,246,133)
0 Favorites   0 Comments

Color spaces of #eff685

RGB 239246133
HSL0.180.860.74
HSV64°46°96°
CMYK 0.030.000.46   0.04
XYZ72.786085.955734.9452
Yxy85.95570.37580.4438
Hunter Lab92.7123-22.110842.5510
CIE-Lab94.2934-17.956653.2288

#eff685 color RGB value is (239,246,133).

#eff685 hex color red value is 239, green value is 246 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #eff685 hue: 0.18 , saturation: 0.86 and the lightness value of eff685 is 0.74.

The process color (four color CMYK) of #eff685 color hex is 0.03, 0.00, 0.46, 0.04. Web safe color of #eff685 is #ffff99. Color #eff685 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110110 10000101
Octal 357 366 205
Decimal 239 246 133
Hex EF F6 85

RGB Percentages of Color #eff685

%38.67
%39.81
%21.52

CMYK Percentages of Color #eff685

%3
%0
%46
%4

Triadic Colors of #eff685

#eff685 #85eff6 #f685ef

Analogous Colors of #eff685

#eff685 #b7f685 #f6c585

Monochromatic Colors of #eff685

#eff685

Complementary Color

#eff685 #8c85f6

#eff685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff685 Color CSS Codes

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

#eff685 Text Font Color

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

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


#eff685 Background Color

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

This div background color is #eff685


#eff685 Border Color

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

This div border color is #eff685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff685


Comments

No comments written yet.

Please login to write comment.