Color Hex Logo

#efbd72 Color Hex

#EFBD72
(239,189,114)
0 Favorites   0 Comments

Color spaces of #efbd72

RGB 239189114
HSL0.100.800.69
HSV36°52°94°
CMYK 0.000.210.52   0.06
XYZ56.831555.960823.7258
Yxy55.96080.41630.4099
Hunter Lab74.80704.695933.5604
CIE-Lab79.59159.198644.4618

#efbd72 color RGB value is (239,189,114).

#efbd72 hex color red value is 239, green value is 189 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #efbd72 hue: 0.10 , saturation: 0.80 and the lightness value of efbd72 is 0.69.

The process color (four color CMYK) of #efbd72 color hex is 0.00, 0.21, 0.52, 0.06. Web safe color of #efbd72 is #ffcc66. Color #efbd72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 01110010
Octal 357 275 162
Decimal 239 189 114
Hex EF BD 72

RGB Percentages of Color #efbd72

%44.10
%34.87
%21.03

CMYK Percentages of Color #efbd72

%0
%21
%52
%6

Triadic Colors of #efbd72

#efbd72 #72efbd #bd72ef

Analogous Colors of #efbd72

#efbd72 #e3ef72 #ef7f72

Monochromatic Colors of #efbd72

#efbd72

Complementary Color

#efbd72 #72a4ef

#efbd72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd72 Color CSS Codes

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

#efbd72 Text Font Color

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

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


#efbd72 Background Color

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

This div background color is #efbd72


#efbd72 Border Color

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

This div border color is #efbd72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd72


Comments

No comments written yet.

Please login to write comment.