Color Hex Logo

#efeb6d Color Hex

#EFEB6D
(239,235,109)
0 Favorites   0 Comments

Color spaces of #efeb6d

RGB 239235109
HSL0.160.800.68
HSV58°54°94°
CMYK 0.000.020.54   0.06
XYZ68.065378.871526.1043
Yxy78.87150.39330.4558
Hunter Lab88.8096-18.611244.7393
CIE-Lab91.1761-14.631560.5409

#efeb6d color RGB value is (239,235,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11101011 01101101
Octal 357 353 155
Decimal 239 235 109
Hex EF EB 6D

RGB Percentages of Color #efeb6d

%40.99
%40.31
%18.70

CMYK Percentages of Color #efeb6d

%0
%2
%54
%6

Triadic Colors of #efeb6d

#efeb6d #6defeb #eb6def

Analogous Colors of #efeb6d

#efeb6d #b2ef6d #efaa6d

Monochromatic Colors of #efeb6d

#efeb6d

Complementary Color

#efeb6d #6d71ef

#efeb6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efeb6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efeb6d Color CSS Codes

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

#efeb6d Text Font Color

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

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


#efeb6d Background Color

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

This div background color is #efeb6d


#efeb6d Border Color

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

This div border color is #efeb6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efeb6d


Comments

No comments written yet.

Please login to write comment.