Color Hex Logo

#efc650 Color Hex

#EFC650
(239,198,80)
0 Favorites   0 Comments

Color spaces of #efc650

RGB 23919880
HSL0.120.830.63
HSV45°67°94°
CMYK 0.000.170.67   0.06
XYZ57.238759.318116.0221
Yxy59.31810.43170.4474
Hunter Lab77.0182-2.123641.5787
CIE-Lab81.46612.121962.4566

#efc650 color RGB value is (239,198,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11000110 01010000
Octal 357 306 120
Decimal 239 198 80
Hex EF C6 50

RGB Percentages of Color #efc650

%46.23
%38.30
%15.47

CMYK Percentages of Color #efc650

%0
%17
%67
%6

Triadic Colors of #efc650

#efc650 #50efc6 #c650ef

Analogous Colors of #efc650

#efc650 #c9ef50 #ef7750

Monochromatic Colors of #efc650

#efc650

Complementary Color

#efc650 #5079ef

#efc650 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efc650 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efc650 Color CSS Codes

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

#efc650 Text Font Color

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

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


#efc650 Background Color

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

This div background color is #efc650


#efc650 Border Color

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

This div border color is #efc650


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,198,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 #efc650">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efc650


Comments

No comments written yet.

Please login to write comment.