Color Hex Logo

#effa6b Color Hex

#EFFA6B
(239,250,107)
0 Favorites   0 Comments

Color spaces of #effa6b

RGB 239250107
HSL0.180.930.70
HSV65°57°98°
CMYK 0.040.000.57   0.02
XYZ72.436187.783527.0360
Yxy87.78350.38680.4688
Hunter Lab93.6928-25.960048.4763
CIE-Lab95.0697-22.036965.7931

#effa6b color RGB value is (239,250,107).

#effa6b hex color red value is 239, green value is 250 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #effa6b hue: 0.18 , saturation: 0.93 and the lightness value of effa6b is 0.70.

The process color (four color CMYK) of #effa6b color hex is 0.04, 0.00, 0.57, 0.02. Web safe color of #effa6b is #ffff66. Color #effa6b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 01101011
Octal 357 372 153
Decimal 239 250 107
Hex EF FA 6B

RGB Percentages of Color #effa6b

%40.10
%41.95
%17.95

CMYK Percentages of Color #effa6b

%4
%0
%57
%2

Triadic Colors of #effa6b

#effa6b #6beffa #fa6bef

Analogous Colors of #effa6b

#effa6b #a8fa6b #fabe6b

Monochromatic Colors of #effa6b

#effa6b

Complementary Color

#effa6b #766bfa

#effa6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effa6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#effa6b Color CSS Codes

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

#effa6b Text Font Color

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

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


#effa6b Background Color

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

This div background color is #effa6b


#effa6b Border Color

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

This div border color is #effa6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effa6b


Comments

No comments written yet.

Please login to write comment.