Color Hex Logo

#efa67d Color Hex

#EFA67D
(239,166,125)
0 Favorites   0 Comments

Color spaces of #efa67d

RGB 239166125
HSL0.060.780.71
HSV22°48°94°
CMYK 0.000.310.48   0.06
XYZ52.934547.103825.7040
Yxy47.10380.42100.3746
Hunter Lab68.632217.566725.8374
CIE-Lab74.256122.339032.0069

#efa67d color RGB value is (239,166,125).

#efa67d hex color red value is 239, green value is 166 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #efa67d hue: 0.06 , saturation: 0.78 and the lightness value of efa67d is 0.71.

The process color (four color CMYK) of #efa67d color hex is 0.00, 0.31, 0.48, 0.06. Web safe color of #efa67d is #ff9966. Color #efa67d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10100110 01111101
Octal 357 246 175
Decimal 239 166 125
Hex EF A6 7D

RGB Percentages of Color #efa67d

%45.09
%31.32
%23.58

CMYK Percentages of Color #efa67d

%0
%31
%48
%6

Triadic Colors of #efa67d

#efa67d #7defa6 #a67def

Analogous Colors of #efa67d

#efa67d #efdf7d #ef7d8d

Monochromatic Colors of #efa67d

#efa67d

Complementary Color

#efa67d #7dc6ef

#efa67d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efa67d Color Preview on White Background

Lorem ipsum dolor sit amet.

#efa67d Color CSS Codes

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

#efa67d Text Font Color

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

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


#efa67d Background Color

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

This div background color is #efa67d


#efa67d Border Color

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

This div border color is #efa67d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efa67d


Comments

No comments written yet.

Please login to write comment.