Color Hex Logo

#efeb6c Color Hex

#EFEB6C
(239,235,108)
0 Favorites   0 Comments

Color spaces of #efeb6c

RGB 239235108
HSL0.160.800.68
HSV58°55°94°
CMYK 0.000.020.55   0.06
XYZ68.011778.850125.8223
Yxy78.85010.39390.4566
Hunter Lab88.7976-18.679344.9168
CIE-Lab91.1664-14.707160.9732

#efeb6c color RGB value is (239,235,108).

#efeb6c hex color red value is 239, green value is 235 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #efeb6c hue: 0.16 , saturation: 0.80 and the lightness value of efeb6c is 0.68.

The process color (four color CMYK) of #efeb6c color hex is 0.00, 0.02, 0.55, 0.06. Web safe color of #efeb6c is #ffff66. Color #efeb6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 01101100
Octal 357 353 154
Decimal 239 235 108
Hex EF EB 6C

RGB Percentages of Color #efeb6c

%41.07
%40.38
%18.56

CMYK Percentages of Color #efeb6c

%0
%2
%55
%6

Triadic Colors of #efeb6c

#efeb6c #6cefeb #eb6cef

Analogous Colors of #efeb6c

#efeb6c #b2ef6c #efaa6c

Monochromatic Colors of #efeb6c

#efeb6c

Complementary Color

#efeb6c #6c70ef

#efeb6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeb6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeb6c Color CSS Codes

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

#efeb6c Text Font Color

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

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


#efeb6c Background Color

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

This div background color is #efeb6c


#efeb6c Border Color

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

This div border color is #efeb6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeb6c


Comments

No comments written yet.

Please login to write comment.