Color Hex Logo

#efbd50 Color Hex

#EFBD50
(239,189,80)
0 Favorites   0 Comments

Color spaces of #efbd50

RGB 23918980
HSL0.110.830.63
HSV41°67°94°
CMYK 0.000.210.67   0.06
XYZ55.242255.325115.3567
Yxy55.32510.43870.4394
Hunter Lab74.38082.404439.8256
CIE-Lab79.22826.800960.0804

#efbd50 color RGB value is (239,189,80).

#efbd50 hex color red value is 239, green value is 189 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #efbd50 hue: 0.11 , saturation: 0.83 and the lightness value of efbd50 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 10111101 01010000
Octal 357 275 120
Decimal 239 189 80
Hex EF BD 50

RGB Percentages of Color #efbd50

%47.05
%37.20
%15.75

CMYK Percentages of Color #efbd50

%0
%21
%67
%6

Triadic Colors of #efbd50

#efbd50 #50efbd #bd50ef

Analogous Colors of #efbd50

#efbd50 #d2ef50 #ef6e50

Monochromatic Colors of #efbd50

#efbd50

Complementary Color

#efbd50 #5082ef

#efbd50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efbd50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efbd50 Color CSS Codes

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

#efbd50 Text Font Color

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

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


#efbd50 Background Color

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

This div background color is #efbd50


#efbd50 Border Color

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

This div border color is #efbd50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efbd50

#efbd50 Color Palettes


Comments

No comments written yet.

Please login to write comment.