Color Hex Logo

#efbd74 Color Hex

#EFBD74
(239,189,116)
0 Favorites   0 Comments

Color spaces of #efbd74

RGB 239189116
HSL0.100.790.70
HSV36°51°94°
CMYK 0.000.210.51   0.06
XYZ56.946656.006924.3320
Yxy56.00690.41480.4080
Hunter Lab74.83784.860733.1095
CIE-Lab79.61779.369643.4906

#efbd74 color RGB value is (239,189,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 01110100
Octal 357 275 164
Decimal 239 189 116
Hex EF BD 74

RGB Percentages of Color #efbd74

%43.93
%34.74
%21.32

CMYK Percentages of Color #efbd74

%0
%21
%51
%6

Triadic Colors of #efbd74

#efbd74 #74efbd #bd74ef

Analogous Colors of #efbd74

#efbd74 #e4ef74 #ef8074

Monochromatic Colors of #efbd74

#efbd74

Complementary Color

#efbd74 #74a6ef

#efbd74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd74 Color CSS Codes

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

#efbd74 Text Font Color

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

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


#efbd74 Background Color

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

This div background color is #efbd74


#efbd74 Border Color

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

This div border color is #efbd74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd74


Comments

No comments written yet.

Please login to write comment.