Color Hex Logo

#efd767 Color Hex

#EFD767
(239,215,103)
0 Favorites   0 Comments

Color spaces of #efd767

RGB 239215103
HSL0.140.810.67
HSV49°57°94°
CMYK 0.000.100.57   0.06
XYZ62.345267.930922.6580
Yxy67.93090.40770.4442
Hunter Lab82.4202-9.212441.3948
CIE-Lab85.9719-5.098957.2957

#efd767 color RGB value is (239,215,103).

#efd767 hex color red value is 239, green value is 215 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #efd767 hue: 0.14 , saturation: 0.81 and the lightness value of efd767 is 0.67.

The process color (four color CMYK) of #efd767 color hex is 0.00, 0.10, 0.57, 0.06. Web safe color of #efd767 is #ffcc66. Color #efd767 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11010111 01100111
Octal 357 327 147
Decimal 239 215 103
Hex EF D7 67

RGB Percentages of Color #efd767

%42.91
%38.60
%18.49

CMYK Percentages of Color #efd767

%0
%10
%57
%6

Triadic Colors of #efd767

#efd767 #67efd7 #d767ef

Analogous Colors of #efd767

#efd767 #c3ef67 #ef9367

Monochromatic Colors of #efd767

#efd767

Complementary Color

#efd767 #677fef

#efd767 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efd767 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efd767 Color CSS Codes

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

#efd767 Text Font Color

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

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


#efd767 Background Color

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

This div background color is #efd767


#efd767 Border Color

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

This div border color is #efd767


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efd767


Comments

No comments written yet.

Please login to write comment.